Skip to content

Commit a191049

Browse files
committed
update package
1 parent f92c9ef commit a191049

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/publish_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Copy 3rd-party libraries to staging directory
3232
working-directory: ${{github.workspace}}
3333
run: |
34-
bash ci-utils/docker_copy_3rd_party_libs.sh ${{github.workspace}}/miniconda-for-nyxus/envs/nyxus-3.11
34+
bash ci-utils/docker_copy_3rd_party_libs.sh ${{github.workspace}}/miniconda-for-nyxus/envs/nyxus-3.9
3535
3636
- name: Create Version File
3737
run: python setup.py --version| grep -v init > VERSION

ci-utils/build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MINICONDA=$PWD/miniconda-for-nyxus # Modify this to your preferred location for
1717
CPP_BUILD_DIR=$PWD
1818
SRC_ROOT=$1 #source dir location
1919
NYXUS_ROOT=$SRC_ROOT
20-
PYTHON=3.11
20+
PYTHON=3.9
2121

2222
git config --global --add safe.directory $NYXUS_ROOT
2323

ci-utils/envs/conda_gpu.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cudatoolkit=12.9.1
2-
cudatoolkit-dev=12.9.1
1+
cudatoolkit=11.4.0
2+
cudatoolkit-dev=11.4.0

ci-utils/envs/conda_linux_gpu.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cudatoolkit=12.9.1
2-
cudatoolkit-dev=12.9.1
1+
cudatoolkit=11.4.0
2+
cudatoolkit-dev=11.4.0

0 commit comments

Comments
 (0)