Skip to content

Commit

Permalink
update check_query_identifiers workflow file: activate virtual enviro…
Browse files Browse the repository at this point in the history
…nment
  • Loading branch information
DeleMike committed Oct 16, 2024
1 parent 5faa2f4 commit c9c50d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check_query_identifiers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
uv venv
uv pip install -r requirements.txt
- name: Activate virtualenv
run: |
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: Run check_query_identifiers.py
run: python src/scribe_data/check/check_query_identifiers.py

Expand Down

0 comments on commit c9c50d9

Please sign in to comment.