Skip to content

Commit

Permalink
try without prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 25, 2023
1 parent 9ef3b23 commit a46b4e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
python-version: "pypy-3.8"
- os: macos-latest
python-version: "3.10"
- os: ubuntu-latest
python_version: "3.12.0-beta.1"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -121,7 +123,6 @@ jobs:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
dependency_type: pre
python_version: "3.12.0-beta.1"
- name: Run the tests
run: |
hatch run test:nowarn || hatch run test:nowarn --lf
Expand Down

0 comments on commit a46b4e9

Please sign in to comment.