forked from quasiben/distributed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into delayed-partition-v3
- Loading branch information
Showing
5 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Set up Python | ||
uses: conda-incubator/[email protected].0 | ||
uses: conda-incubator/[email protected].1 | ||
with: | ||
miniforge-variant: Mambaforge | ||
use-mamba: true | ||
|
This file contains 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Setup Conda Environment | ||
uses: conda-incubator/[email protected].0 | ||
uses: conda-incubator/[email protected].1 | ||
with: | ||
miniforge-variant: Mambaforge | ||
miniforge-version: latest | ||
|
@@ -56,7 +56,7 @@ jobs: | |
mv test_report.html test_short_report.html deploy/ | ||
- name: Deploy 🚀 | ||
uses: JamesIves/github-pages-deploy-action@v4.4.3 | ||
uses: JamesIves/github-pages-deploy-action@v4.5.0 | ||
with: | ||
branch: gh-pages | ||
folder: deploy |
This file contains 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 |
---|---|---|
|
@@ -114,7 +114,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Conda Environment | ||
uses: conda-incubator/[email protected].0 | ||
uses: conda-incubator/[email protected].1 | ||
with: | ||
miniforge-variant: Mambaforge | ||
miniforge-version: latest | ||
|
This file contains 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 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