Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
MeraX committed Jan 13, 2025
1 parent d1cff70 commit 08aa2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "models_changed=$(echo "$CHANGED_FILES" | grep -q '^models/.*\.py$' && echo 'true' || echo 'false')" >> $GITHUB_OUTPUT
- name: Install core packages
run: pip install -e ./graphs/[tests] -e ./training/[tests] -e ./models/[tests]
run: pip install -e ./graphs/[tests]==0.0.post1 -e ./training/[tests]==0.0.post1 -e ./models/[tests]==0.0.post1

- name: Run integration tests
run: pytest tests
Expand Down

0 comments on commit 08aa2f7

Please sign in to comment.