Skip to content

Commit

Permalink
CI: make sure version works without -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Sep 13, 2024
1 parent e3c52d9 commit 696ee3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
- name: Install base dependencies
run: python -m pip install --upgrade pip setuptools tox
- name: Print Python, pip, setuptools, and tox versions
Expand Down

0 comments on commit 696ee3a

Please sign in to comment.