Skip to content

Commit

Permalink
trying to fix file paths in unit tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Dec 17, 2024
1 parent 688d8ac commit 37b96fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install oxen-server
run: |
sudo dpkg -i oxen-server-ubuntu-22.04.deb
sudo dpkg -i /home/runner/work/oxen-release/oxen-release/oxen-server-ubuntu-22.04.deb
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 37b96fd

Please sign in to comment.