Skip to content

Commit

Permalink
3.13 allow-prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 15, 2024
1 parent a1a42cb commit bb81117
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
python-version: 3.8
checks: 'full'

- runner: ubuntu-latest
python-version: "3.13"
checks: 'tests'
allow-prereleases: true

- runner: ubuntu-latest
python-version: "3.11"
checks: 'tests'
Expand Down Expand Up @@ -74,6 +79,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: ${{ matrix.allow-prereleases }}

- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -114,7 +120,7 @@ jobs:
coveralls-token: ${{ secrets.GITHUB_TOKEN }}

- name: Simple pytest
if: ${{ matrix.check == 'tests'}}
if: ${{ matrix.checks == 'tests'}}
env:
SPALLOC_USER: ${{ secrets.SPALLOC_USER }}
SPALLOC_PASSWORD: ${{ secrets.SPALLOC_PASSWORD }}
Expand Down

0 comments on commit bb81117

Please sign in to comment.