Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Use python3 for all tox calls in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
taurus-forever committed Dec 6, 2022
1 parent cc6b26d commit ea7112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: python -m pip install tox
run: python3 -m pip install tox
- name: Run tests
run: tox -e unit

Expand Down

0 comments on commit ea7112d

Please sign in to comment.