Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Dec 7, 2024
1 parent 8c4732d commit ed71462
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<<<<<<<
=======
# Main CI Workflow
>>>>>>>
name: CI

on:
Expand Down Expand Up @@ -48,15 +45,9 @@ jobs:
- run: python -m pip install -U --user twine
- run: python -m twine check dist/*

<<<<<<<
docs:
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
=======
test:
needs: [core, sdist_verify]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
>>>>>>>
with:
default_python: '3.12'
submodules: false
Expand All @@ -68,15 +59,6 @@ jobs:
envs: |
- linux: build_docs
<<<<<<<
=======
docs:
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
default_python: '3.12'
submodules: false
>>>>>>>
publish:
# Build wheels on PRs only when labelled. Releases will only be published if tagged ^v.*
# see https://github-actions-workflows.openastronomy.org/en/latest/publish.html#upload-to-pypi
Expand All @@ -86,22 +68,8 @@ jobs:
github.event_name == 'pull_request' &&
contains(github.event.pull_request.labels.*.name, 'Run publish')
)
<<<<<<<
=======
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
default_python: '3.12'
submodules: false
>>>>>>>
needs: [sdist_verify, docs]
<<<<<<<
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@main
=======
contains(github.event.pull_request.labels.*.name, 'Run publish')
)
needs: [test, docs]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
>>>>>>>
with:
python-version: '3.12'
test_extras: 'tests'
Expand Down

0 comments on commit ed71462

Please sign in to comment.