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 115c738 commit fe9e179Copy full SHA for fe9e179
.github/workflows/ci_pipeline.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
environment-file: "etc/environment-${{ matrix.env }}.yml"
58
extra-specs: |
59
- python=${{ matrix.env }}
+ python=${{ matrix.python }}
60
61
- name: Run pytest for CPU stuff
62
run: |
0 commit comments