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 f9b3de5 commit fac674fCopy full SHA for fac674f
.github/workflows/build.yaml
@@ -34,4 +34,4 @@ jobs:
34
run: ./fix-python --venv .venv
35
36
- name: Check numpy import after fix
37
- run: ./venv/bin/python -c 'import numpy'
+ run: .venv/bin/python -c 'import numpy'
0 commit comments