Skip to content

Commit 16d245a

Browse files
authored
fix nightly job (#410)
1 parent d7859ea commit 16d245a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
2929
ssh-add - <<< "${{ secrets.C42_EVENT_EXTRACTOR_PRIVATE_DEPLOY_KEY }}"
3030
- name: Install tox
31-
run: pip install tox==3.17.1
31+
run: |
32+
pip install tox==3.17.1
33+
pip install .
3234
- name: Run Unit tests
3335
env:
3436
SSH_AUTH_SOCK: /tmp/ssh_agent.sock

0 commit comments

Comments
 (0)