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 52304df commit 688d8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
repository: "Oxen-AI/Oxen"
latest: true
fileName: "oxen-server-ubuntu-22.04.deb"
out-file-path: "oxen-server"
out-file-path: "."

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

0 comments on commit 688d8ac

Please sign in to comment.