Skip to content

Commit

Permalink
Use 3.12-dev for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Aug 7, 2023
1 parent bd6396a commit 55301c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ jobs:
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: "3.12.0-beta.3"
python-version: "3.12-dev"
architecture: x64
cache: "poetry"

- run: poetry env use 3.12.0-beta.3
- run: poetry env use 3.12-dev
- run: poetry install
if: steps.setup-python.outputs.cache-hit != 'true'

Expand Down

0 comments on commit 55301c0

Please sign in to comment.