Skip to content

Commit

Permalink
ci: fix macos job by using actions/setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Aug 19, 2024
1 parent d5ea04e commit 279781c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install
run: |
pip3 install -r requirements.dev.txt
pip3 install .
pip install -r requirements.dev.txt
pip install .
- name: Run tests
run: python3 -m pytest
run: python -m pytest
nodetest:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 279781c

Please sign in to comment.