Skip to content

Commit

Permalink
add relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Zhewen committed Nov 17, 2023
1 parent 6ca4c25 commit 1d58d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt-get install protobuf-compiler libprotoc-dev
python -m pip install --upgrade pip
python -m pip install .
python -m pip install fpgaconvnet-model
python -m pip install ./fpgaconvnet-model
- name: Run Optimisation Tests
run: |
bash tests/run_models.sh
Expand Down

0 comments on commit 1d58d59

Please sign in to comment.