Skip to content

Commit

Permalink
wkflow path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
czaloom committed Dec 11, 2024
1 parent c6e78ab commit 71877c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: "3.10"
- name: install lite
run: pip install -e src
run: pip install -e ./src
working-directory: ./src
- name: run classification benchmarks
run: python benchmark_classification.py
Expand All @@ -43,7 +43,7 @@ jobs:
with:
python-version: "3.10"
- name: install lite
run: pip install -e src
run: pip install -e ./src
working-directory: ./src
- name: benchmark semantic segmentation
run: python benchmark_semantic_segmentation.py
Expand Down

0 comments on commit 71877c6

Please sign in to comment.