Skip to content

Commit 1883b43

Browse files
authored
chore: fix CI issues (PolusAI#287)
1 parent 156b3e7 commit 1883b43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish_cuda11_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [windows-2022, ubuntu-22.04]
15+
os: [ubuntu-22.04]
1616
cibw_archs: ["auto64"]
1717
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
1818

.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.8
34+
bash ci-utils/docker_copy_3rd_party_libs.sh ${{github.workspace}}/miniconda-for-nyxus/envs/nyxus-3.11
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.8
20+
PYTHON=3.11
2121

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

0 commit comments

Comments
 (0)