Skip to content

Commit

Permalink
Added Darwin PY during tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasteuwen committed Aug 18, 2023
1 parent 5fd4684 commit 3aa6841
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Tox
on:
push:
Expand Down Expand Up @@ -26,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
pip install tox tox-gh-actions darwin-py
- name: Test with tox
run: tox

0 comments on commit 3aa6841

Please sign in to comment.