Skip to content

Commit

Permalink
ci: added missing setup step to install the actual tools used to invo…
Browse files Browse the repository at this point in the history
…ke the tests, oops
  • Loading branch information
lethalbit committed Oct 29, 2024
1 parent 1e6c3a2 commit 269ee52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Setup'
shell: bash
run: |
python -m pip install --user --upgrade pip setuptools wheel setuptools_scm nox
- name: 'Run Tests'
timeout-minutes: 15 # Python 3.12 and 3.13 seem to just hang on testing ~sometimes~
continue-on-error: ${{ matrix.python-version == '3.12' || matrix.python-version == '3.13.0-rc.2' }}
Expand Down

0 comments on commit 269ee52

Please sign in to comment.