Skip to content

Commit

Permalink
Fixed file references for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrepucci committed Jan 18, 2024
1 parent e3eabce commit 06c5359
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/github_action_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-11]
python: ["3.9", "3.10"]
# python: ["3.9", "3.10"]

env:
OS: ${{ matrix.os }}
Expand All @@ -27,7 +27,12 @@ jobs:
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
with:
extra_args: --files src/multivelo/auxiliary.py src/multivelo/dynamical_chrom_func.py src/multivelo/steady_chrom_func.py src/multivelo/mv_logging.py src/multivelo/settings.py
extra_args: --files ../../src/multivelo/auxiliary.py \
../../src/multivelo/dynamical_chrom_func.py \
../../src/multivelo/steady_chrom_func.py \
../../src/multivelo/mv_logging.py \
../../src/multivelo/settings.py \
--verbose

test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 06c5359

Please sign in to comment.