Skip to content

Commit 1935f9d

Browse files
committed
Fix CI workflow
1 parent 6cba83f commit 1935f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
anaconda_token: ${{ secrets.anaconda_org_upload_token }}
150150

151151
publish_pure:
152-
needs: [publish]
152+
needs: [test, docs]
153153
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2 # zizmor: ignore[unpinned-uses]
154154
with:
155155
python-version: "3.13"

0 commit comments

Comments
 (0)