Skip to content

Commit c1a3c6e

Browse files
committed
typo venv
1 parent c402c36 commit c1a3c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
maturin develop --release --extras actions
5959
- name: test deeptools
6060
run: |
61-
source venc/bin/activate
61+
source venv/bin/activate
6262
pytest -v
6363
- name: build wheel
6464
run: |
@@ -90,7 +90,7 @@ jobs:
9090
maturin develop --release --extras actions
9191
- name: test deeptools
9292
run: |
93-
source venc/bin/activate
93+
source venv/bin/activate
9494
pytest -v
9595
- name: build wheel
9696
run: |

0 commit comments

Comments
 (0)