We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5ba18 commit dcd1508Copy full SHA for dcd1508
.github/workflows/main.yml
@@ -64,7 +64,8 @@ jobs:
64
run: conda build --extra-deps "python=${{ matrix.python }}" "openmdao=${{ matrix.openmdao }}" --test build-output/*/*.tar.bz2
65
66
upload:
67
- needs: test
+ # TODO: make this more robust by depending on passed tests
68
+ needs: package
69
runs-on: ubuntu-latest
70
if: github.event_name == 'release'
71
defaults:
0 commit comments