Skip to content

Commit

Permalink
chore(ci): Enable pre-release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 12, 2024
1 parent 30d62fb commit 2461c54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
dependencies: [latest] # , pre]
architecture: ["x64"]
dependencies: [latest, pre]
include:
# Test minimum dependencies on oldest supported Python
- os: ubuntu-latest
Expand All @@ -95,7 +94,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"

Expand Down

0 comments on commit 2461c54

Please sign in to comment.