Skip to content

Commit

Permalink
feat(ci): update and rename tox workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Mar 4, 2024
1 parent 9b5dee8 commit 4d98c22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- os: macos-latest
python: '3.11'
evm-type: 'main'
env:
tox-main: 'tox run-parallel --parallel-no-spinner'
tox-develop: 'tox -e tests-develop'
env:
tox-main: 'tox run-parallel --parallel-no-spinner'
tox-develop: 'tox -e tests-develop'
steps:
- name: Set Tox Command
run: |
Expand Down

0 comments on commit 4d98c22

Please sign in to comment.