Skip to content

Commit fac674f

Browse files
committed
new
Signed-off-by: Eloy Coto <[email protected]>
1 parent f9b3de5 commit fac674f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: ./fix-python --venv .venv
3535

3636
- name: Check numpy import after fix
37-
run: ./venv/bin/python -c 'import numpy'
37+
run: .venv/bin/python -c 'import numpy'

0 commit comments

Comments
 (0)