Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed May 29, 2024
1 parent fbf369a commit 420eafd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: pip
- name: Install dependencies
run: |
pip install --no-deps -r requirements-dev.txt
pip install -r requirements-dev.txt
- name: Check code style
run: |
pre-commit run --all-files
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pre-commit==2.9.2
pyyaml
tox==4.11.3
tox-gh-actions==3.1.3

Expand Down

0 comments on commit 420eafd

Please sign in to comment.