-
Notifications
You must be signed in to change notification settings - Fork 27
Maintenance: Update CI Workflows #500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
RHammond2
wants to merge
21
commits into
NatLabRockies:develop
Choose a base branch
from
RHammond2:maint/CI-updates
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2b6de52
update actions and python versions for testing and remove gis
RHammond2 912cdfe
update pre-commit for PRs and pushes to main/dev and use python 3.13
RHammond2 8c34a2b
use latest actions/checkout
RHammond2 1a62d66
update python for pypi publishing runners
RHammond2 adcdb02
update python in docs
RHammond2 80b00bf
remove docs testing now that we have RTD builds
RHammond2 0b7c089
remove flake8 in place of pre-commit on PRs
RHammond2 64777d4
remove gh pages since RTD exists
RHammond2 91f3363
Merge branch 'develop' into maint/CI-updates
RHammond2 af923a0
update for python 3.13 max--not 3.14
RHammond2 ea87275
reenable pytest settings
RHammond2 ce09f74
add sort of working file cleanup fixture
RHammond2 cd2e735
convert feedstock to pytest
RHammond2 edfc668
spacing
RHammond2 4b57fff
Revert "update for python 3.13 max--not 3.14"
RHammond2 81c085f
xRevert "reenable pytest settings"
RHammond2 9252266
update for python 3.13 max--not 3.14
RHammond2 d017a0a
Merge branch 'develop' into maint/CI-updates
johnjasa be19fec
remove erroneously committed changes
RHammond2 a17abca
Merge branch 'maint/CI-updates' of https://github.com/RHammond2/H2Int…
RHammond2 4bb7c97
Merge branch 'develop' into maint/CI-updates
johnjasa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,19 @@ | ||
| name: pre-commit | ||
|
|
||
| on: | ||
| pull_request: | ||
| push: | ||
| branches: [main] | ||
| branches: [main, develop] | ||
| pull_request: | ||
| branches: [main, develop] | ||
|
|
||
| jobs: | ||
| pre-commit: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/checkout@v6 | ||
| - name: Set up Python | ||
| uses: actions/setup-python@v5 | ||
| uses: actions/setup-python@v6 | ||
| with: | ||
| python-version: 3.9 | ||
| python-version: 3.13 | ||
| - name: Run pre-commit | ||
| uses: pre-commit/action@v3.0.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
johnjasa marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.