Skip to content

Commit

Permalink
ci: Fix tests pre-releases allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstorm101 committed Oct 5, 2024
1 parent 87dfb76 commit 6382fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
matrix:
# Unit testing uses functions not available on Python < 3.11
python-version: ["3.11", "3.12", "3.13"]
allow-prereleases: true

steps:
- uses: actions/checkout@v4
Expand All @@ -66,6 +65,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install Printrun dependencies for unit testing
run: |
Expand Down

0 comments on commit 6382fbb

Please sign in to comment.