Skip to content

Commit

Permalink
Update integration test dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed May 27, 2024
1 parent 177cf44 commit fadb2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

intergration-tests:
name: Integration Tests
needs: tests
needs: [tests, formatting]
uses: ./.github/workflows/integration.yml
with:
python-version: '${{needs.formatting.outputs.min_python}}'

0 comments on commit fadb2ee

Please sign in to comment.