Skip to content

Commit

Permalink
attempt unpin tardis
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Oct 26, 2023
1 parent cd08e1c commit 22f9f2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: install-tardis
# shell: bash -l {0}
run: |
pip install git+https://github.com/tardis-sn/tardis.git@release-2023.04.16
pip install git+https://github.com/tardis-sn/tardis.git
- name: Install STARDIS
id: install-stardis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
id: install-tardis
# shell: bash -l {0}
run: |
pip install git+https://github.com/tardis-sn/tardis.git@release-2023.04.16
pip install git+https://github.com/tardis-sn/tardis.git
- name: Install STARDIS
id: install-stardis
Expand Down
2 changes: 1 addition & 1 deletion conda-linux-64-cuda.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,4 @@ https://conda.anaconda.org/conda-forge/noarch/notebook-7.0.2-pyhd8ed1ab_0.conda#
https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-3.6.5-pyhd8ed1ab_0.conda#27e94943c68cc04f54125faa76c52fba
https://conda.anaconda.org/conda-forge/noarch/ipywidgets-7.8.0-pyhd8ed1ab_0.conda#518b05adab6cfe6ea249319932d9d4a3
https://conda.anaconda.org/conda-forge/noarch/qgrid-1.3.1-pyhd8ed1ab_4.tar.bz2#fff68c7404813a1eb2678425f00e9917
# pip tardis @ git+https://github.com/tardis-sn/tardis.git
# pip tardis @ git+https://github.com/tardis-sn/tardis.git
2 changes: 1 addition & 1 deletion conda-linux-64.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ https://conda.anaconda.org/conda-forge/noarch/notebook-7.0.2-pyhd8ed1ab_0.conda#
https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-3.6.5-pyhd8ed1ab_0.conda#27e94943c68cc04f54125faa76c52fba
https://conda.anaconda.org/conda-forge/noarch/ipywidgets-7.8.0-pyhd8ed1ab_0.conda#518b05adab6cfe6ea249319932d9d4a3
https://conda.anaconda.org/conda-forge/noarch/qgrid-1.3.1-pyhd8ed1ab_4.tar.bz2#fff68c7404813a1eb2678425f00e9917
# pip tardis @ git+https://github.com/tardis-sn/tardis.git
# pip tardis @ git+https://github.com/tardis-sn/tardis.git

0 comments on commit 22f9f2e

Please sign in to comment.