We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ec16e commit 66181c0Copy full SHA for 66181c0
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
virtualenvs-create: true
58
virtualenvs-in-project: true
59
- name: Install libopenblas-dev
60
- if: matrix.python-version == '3.13.0-rc1'
+ if: matrix.python-version == '3.13.0-rc.1'
61
run: sudo apt-get install libopenblas-dev
62
- name: Install Release Dependencies
63
run: |
0 commit comments