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 112285a commit 52304df
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/oxen-server/oxen-server-ubuntu-22.04.deb
sudo dpkg -i oxen-server/oxen-server-ubuntu-22.04.deb
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 52304df

Please sign in to comment.