-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use current version of stardis in stardis conda environment * Use current tardis in stardis_cuda environment * Render unified lockfile format for stardis environment * Render unified lockfile for stardis-cuda environment * Render platform-specific lockfiles * Change installation docs to use current version of tardis * Use current version of stardis in github unit tests * Change location of restructured tardis libraries * Use current versions of python packages in stardis conda environment * Use current versions of python packages in stardis cuda environment * Render unified lockfile for stardis environment with current versions of Python packages * Render unified lockfile for stardis-cuda environment with current versions of Python packages * Render platform-specific lockfiles with current versions of python packages * Unpin `tardis` version to use the current version for `build-docs.yml` * Remove pinned version of `tardis` in benchmarks, replaced by current version * Change location of restructured `tardis` libraries in `benchmarks/run_stardis.py` * Change import to reflect relocation of tardis `config_reader`
- Loading branch information
1 parent
a20f718
commit febe678
Showing
14 changed files
with
4,470 additions
and
4,142 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
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 |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
id: install-tardis | ||
# shell: bash -l {0} | ||
run: | | ||
pip install git+https://github.com/tardis-sn/[email protected] | ||
pip install git+https://github.com/tardis-sn/tardis.git # @release-2023.04.16 | ||
- name: Install STARDIS | ||
id: install-stardis | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.