Skip to content

Commit

Permalink
activate venv before running dont-fret
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Dec 4, 2024
1 parent a51ae0b commit 484286d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ jobs:
- name: Install uv
run: pip install uv

- name: Create uv venv
- name: Create and activate venv, install package
run: |
uv venv
. .venv/bin/activate
- name: Install package using uv
run: |
source .venv/bin/activate
uv pip install dist/*.tar.gz
which dont-fret
- name: Download test file
run: |
Expand All @@ -38,4 +36,5 @@ jobs:
- name: Run dont fret serve
run: |
source .venv/bin/activate
dont-fret process tests/test_data/input/ds1/datafile_1.ptu

0 comments on commit 484286d

Please sign in to comment.