Skip to content

Commit 73cbceb

Browse files
committed
needs tests
1 parent 50f36b2 commit 73cbceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
coverage: 'codecov'
3737

3838
publish:
39+
#if: github.event_name != 'pull_request'
40+
needs: [test]
3941
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
4042
with:
4143
test_command: pytest tests; pytest tests --mpl

0 commit comments

Comments
 (0)