Skip to content

Commit

Permalink
check python 3.12 with --pre flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaub95 committed Jul 24, 2024
1 parent 05d8470 commit 9225f50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
python: "3.10"
- os: ubuntu-latest
python: "3.12"
# - os: ubuntu-latest
# python: "3.12"
# pip-flags: "--pre"
# name: PRE-RELEASE DEPENDENCIES
- os: ubuntu-latest
python: "3.12"
pip-flags: "--pre"
name: PRE-RELEASE DEPENDENCIES

name: ${{ matrix.name }} Python ${{ matrix.python }}

Expand Down

0 comments on commit 9225f50

Please sign in to comment.