Skip to content

Commit

Permalink
Feature/fix verify (#3329)
Browse files Browse the repository at this point in the history
* fix where tests are run for verify

* fix error

* fix typo in verify.yml
  • Loading branch information
sliu008 authored Oct 7, 2024
1 parent 3b437e0 commit 369da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "test_env=$(python -c "print('${{ github.head_ref }}'.split('/')[1])")" >> $GITHUB_OUTPUT
echo "concept_id=$(python -c "print('${{ github.head_ref }}'.split('/')[2])")" >> $GITHUB_OUTPUT
- name: install
- id: install
id: install
run: |
poetry install
- name: Execute tests
Expand Down

0 comments on commit 369da4d

Please sign in to comment.