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 d7859ea commit 16d245aCopy full SHA for 16d245a
.github/workflows/nightly.yml
@@ -28,7 +28,9 @@ jobs:
28
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
29
ssh-add - <<< "${{ secrets.C42_EVENT_EXTRACTOR_PRIVATE_DEPLOY_KEY }}"
30
- name: Install tox
31
- run: pip install tox==3.17.1
+ run: |
32
+ pip install tox==3.17.1
33
+ pip install .
34
- name: Run Unit tests
35
env:
36
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
0 commit comments