Skip to content

Commit

Permalink
do things tox
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Dec 12, 2023
1 parent c997097 commit d537609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry tox tox-gh-actions
pip install tox tox-gh-actions
- name: test with tox
run: tox
run: tox -vvvv

- name: list files
run: ls -l .

0 comments on commit d537609

Please sign in to comment.