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 02a3829 commit 23e2f85Copy full SHA for 23e2f85
1 file changed
.github/workflows/tests.yml
@@ -43,6 +43,7 @@ jobs:
43
44
45
- name: Build wheels
46
+ if: matrix.python-version == '3.10' && matrix.os == 'ubuntu'
47
run: |
48
conda activate test
49
conda install conda-forge::poetry
0 commit comments