Skip to content

Commit

Permalink
#296 - fix workflow reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamforka committed Sep 30, 2023
1 parent d10cd68 commit c42e6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
tests:
uses: .github/workflows/integration-tests.yml
uses: ./.github/workflows/integration-tests.yml
build-upload:
needs: [tests]
name: Build and upload to PyPI
Expand Down

0 comments on commit c42e6c3

Please sign in to comment.