Skip to content

Commit

Permalink
CHORE: fix changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-kotlyar committed Aug 4, 2024
1 parent 73cd235 commit e2b4340
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ jobs:
- uses: tj-actions/changed-files@v44
id: changed-files
with:
PATTERNS: |
+(selene|tests)/**/*.py
FILES: |
files: |
poetry.lock
tests.yml
+(selene|tests)/**/*.py
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit e2b4340

Please sign in to comment.