Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Oct 3, 2024
1 parent 0f3d315 commit 01ed372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
poetry run black . --check --force-exclude torchsig
- name: Run e2e test
run: |
apt-get -yq update && apt-get install -yq sudo && mkdir -p /data && ./utils/end_to_end_siggen.sh
sudo apt-get -yq update && sudo apt-get install -yq sudo && mkdir -p /data && ./utils/end_to_end_siggen.sh

0 comments on commit 01ed372

Please sign in to comment.