-
Notifications
You must be signed in to change notification settings - Fork 1
Update CI #76
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
Update CI #76
Changes from 18 commits
888a391
1b61998
51ead00
3672ba7
335b947
a15a2eb
95b9e70
00a69c4
fbc0991
1ca2d22
5cefa0c
0eaaac2
65a3b5b
5eef3c8
4d8c89c
1d9f702
3115174
05144d2
8895962
029ae45
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,19 +21,19 @@ jobs: | |
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - uses: actions/checkout@v6 | ||
| with: | ||
| fetch-depth: 0 | ||
|
|
||
| - name: setup_miniconda | ||
| uses: conda-incubator/setup-miniconda@v2 | ||
| uses: conda-incubator/setup-miniconda@v4 | ||
| with: | ||
| python-version: 3.11 | ||
| python-version: 3.14 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm shadowing your changes here.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think it matters as it really only needs to build the docs. I just bumped it up so that it will be 2 years until someone has to bump it up again... |
||
| environment-file: docs/requirements.yaml | ||
| auto-update-conda: true | ||
| channel-priority: flexible | ||
| channels: conda-forge | ||
| miniforge-variant: Mambaforge | ||
| miniforge-version: latest | ||
| use-mamba: true | ||
|
|
||
| - name: Build and install package | ||
|
|
@@ -55,7 +55,7 @@ jobs: | |
| user_name: 'github-actions' | ||
| user_email: 'github-action@users.noreply.github.com' | ||
|
|
||
| - uses: actions/upload-artifact@v3 | ||
| - uses: actions/upload-artifact@v7 | ||
| if: github.event_name == 'pull_request' | ||
| with: | ||
| name: pr_docs | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| name: mdaencore-test | ||
| channels: | ||
| - conda-forge | ||
| - defaults | ||
| dependencies: | ||
| # Base depends | ||
| - python | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| name: mdaencore-docs | ||
| channels: | ||
| - default | ||
| - conda-forge | ||
| dependencies: | ||
| # Base depends | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.