Skip to content

Commit

Permalink
remove subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Apr 3, 2024
1 parent 071cbdb commit 340be9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel-and-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build-wheel-and-push:
needs: set-outputs
uses: ./.github/workflows/build_steps/build-whl.yml
uses: ./.github/workflows/build-whl.yml
with:
build-label: ubuntu-20.04
dev: ${{ needs.set-outputs.outputs.dev }}
Expand All @@ -61,7 +61,7 @@ jobs:

pull-wheel-and-test:
needs: build-wheel-and-push
uses: ./.github/workflows/build_steps/pull-whl-and-test.yml
uses: ./.github/workflows/pull-whl-and-test.yml
with:
build-label: ubuntu-20.04
whl: ${{ needs.build-wheel-and-push.outputs.wheel }}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 340be9f

Please sign in to comment.