Skip to content

Commit

Permalink
Rolling-Release must depend on Python-Wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Nov 21, 2020
1 parent d9aabe1 commit 49262a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ jobs:
build/python/dist/*.whl
Rolling-Release:
needs: [Linux, MacOSX, Windows-MSVC]
needs: [Linux, Python-Wheels]
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit 49262a7

Please sign in to comment.