We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0b388 commit bacf31dCopy full SHA for bacf31d
.github/workflows/test.yml
@@ -85,7 +85,7 @@ jobs:
85
path: archive/
86
- uses: actions/setup-python@v5
87
with:
88
- python-version: 3
+ python-version: 3.12
89
- name: Display Python version
90
run: python -c "import sys; print(sys.version)"
91
- name: Update pip
@@ -115,7 +115,7 @@ jobs:
115
os: ['ubuntu-latest', 'windows-latest', 'macos-13', 'macos-latest']
116
python-version: ["3.9", "3.10", "3.11", "3.12"]
117
architecture: ['x64', 'x86', 'arm64']
118
- dependencies: ['full', 'pre']
+ dependencies: ['full'] #, 'pre']
119
include:
120
# Basic dependencies only
121
- os: ubuntu-latest
0 commit comments