-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #214 from xylar/fix-linux
Fix deployment on unknown machines
- Loading branch information
Showing
4 changed files
with
14 additions
and
13 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 |
---|---|---|
|
@@ -90,16 +90,15 @@ jobs: | |
run: | | ||
git config --global url."https://github.com/".insteadOf "[email protected]:" | ||
./configure_polaris_envs.py \ | ||
--conda_env_only \ | ||
--env_name polaris_test \ | ||
--verbose \ | ||
--python=${{ matrix.python-version }} | ||
source load_polaris_test.sh | ||
source load_polaris_test_mpich.sh | ||
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }} | ||
name: Build Sphinx Docs | ||
run: | | ||
source load_polaris_test.sh | ||
source load_polaris_test_mpich.sh | ||
# sphinx-multiversion expects at least a "main" branch | ||
git branch main || echo "branch main already exists." | ||
cd docs | ||
|
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.4.0-alpha.1' | ||
__version__ = '0.4.0-alpha.2' |