Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatix committed Oct 18, 2023
1 parent 7bde020 commit 18e92b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: pre-commit/[email protected]
with:
extra_args: black --exclude version.py
- name: Ensure latest pip
run: |
python -m pip install --upgrade pip
- name: Install from repo in the test mode
run: "pip install -e '.[dev]'"
- uses: pre-commit/[email protected]
with:
extra_args: black --exclude=version.py
- name: Test with pytest
run: |
pip install pytest
Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ repos:
hooks:
- id: black
language_version: python3.9
args: [ '--exclude=version.py' ]
- repo: https://github.com/pycqa/flake8
rev: '3.9.2'
hooks:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ optax
pytest
wandb
pytest-cov
pytest-regressions
bsuite
tqdm

0 comments on commit 18e92b0

Please sign in to comment.