Skip to content

Commit

Permalink
allow python prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
LarynQi committed Jun 15, 2024
1 parent c790b3a commit 192dbc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Initialize environment
shell: bash
run: python -m venv "${VENV_DIR}"
Expand Down

0 comments on commit 192dbc5

Please sign in to comment.