Skip to content

Commit

Permalink
Use allow-prereleases: true
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 4, 2023
1 parent d31ad7e commit b63fcf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ jobs:
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ matrix.python-version }}${{ matrix.experimental && '-dev' || '' }}
python-version: ${{ matrix.python-version }}
architecture: x64
cache: 'pip'
cache-dependency-path: 'poetry.lock'
allow-prereleases: true

- name: Upgrade pip
env:
Expand Down

0 comments on commit b63fcf1

Please sign in to comment.