Skip to content

Commit 2461c54

Browse files
committed
chore(ci): Enable pre-release builds
1 parent 30d62fb commit 2461c54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
matrix:
7070
os: ["ubuntu-latest"]
7171
python-version: ["3.10", "3.11", "3.12", "3.13"]
72-
dependencies: [latest] # , pre]
73-
architecture: ["x64"]
72+
dependencies: [latest, pre]
7473
include:
7574
# Test minimum dependencies on oldest supported Python
7675
- os: ubuntu-latest
@@ -95,7 +94,6 @@ jobs:
9594
uses: actions/setup-python@v5
9695
with:
9796
python-version: ${{ matrix.python-version }}
98-
architecture: ${{ matrix.architecture }}
9997
- name: Display Python version
10098
run: python -c "import sys; print(sys.version)"
10199

0 commit comments

Comments
 (0)