Skip to content

Commit

Permalink
remove CI job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 10, 2024
1 parent 7f33988 commit 25e6231
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- linux: asdf-unit-schemas
test:
needs: [core, asdf-schemas]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
Expand All @@ -84,7 +84,7 @@ jobs:
- windows: py39-parallel
dev:
needs: [core, asdf-schemas]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
Expand All @@ -99,7 +99,7 @@ jobs:
- linux: py311-pytestdev-parallel
oldest:
needs: [core, asdf-schemas]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
Expand All @@ -109,7 +109,7 @@ jobs:
- linux: py39-oldestdeps-parallel
compatibility:
needs: [core, asdf-schemas]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
Expand All @@ -119,7 +119,7 @@ jobs:
- linux: compatibility
package:
needs: [core, asdf-schemas]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
python-version: "3.11"
Expand Down

0 comments on commit 25e6231

Please sign in to comment.