Skip to content

Commit

Permalink
fix nightly job
Browse files Browse the repository at this point in the history
  • Loading branch information
tora-kozic committed Dec 1, 2023
1 parent d7859ea commit e610dbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add - <<< "${{ secrets.C42_EVENT_EXTRACTOR_PRIVATE_DEPLOY_KEY }}"
- name: Install tox
run: pip install tox==3.17.1
run: |
pip install tox==3.17.1
pip install .
- name: Run Unit tests
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down

0 comments on commit e610dbe

Please sign in to comment.