Skip to content

Commit

Permalink
Replace workaround for actions/setup-python#508 with 'allow-prereleases'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 23, 2023
1 parent 74b0d39 commit cd145f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- "3.7"
- "3.11"
- "3.12"
# Workaround for actions/setup-python#508
dev:
- -dev
platform:
- ubuntu-latest
- macos-latest
Expand All @@ -68,7 +65,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}${{ matrix.dev }}
python-version: ${{ matrix.python }}
allow-prereleases: true
- name: Install tox
run: |
python -m pip install tox
Expand Down

0 comments on commit cd145f4

Please sign in to comment.