Skip to content

Commit

Permalink
Remove allow-prereleases as only full releases are tested
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 14, 2024
1 parent c028538 commit b5e3b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b5e3b71

Please sign in to comment.