Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit dc11bd9

Browse files
test package using miniconda
1 parent d9bdf2a commit dc11bd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ jobs:
128128
echo "PYTHON_FOLDER=$PYTHON_FOLDER" >> $GITHUB_ENV
129129
echo "github end PYTHON_FOLDER: ${{env.PYTHON_FOLDER}}"
130130
131-
# - name: Upload Artifact
132-
# if : runner.os == 'macOS'
133-
# uses: actions/upload-artifact@v4
134-
# with:
135-
# name: ${{env.MODEL_NAME}}-${{ matrix.os }}-${{ matrix.name }}
136-
# path: /Library/Frameworks/Python.framework/Versions/3.11
131+
- name: Upload Artifact
132+
if : runner.os == 'macOS'
133+
uses: actions/upload-artifact@v4
134+
with:
135+
name: ${{env.MODEL_NAME}}-${{ matrix.os }}-${{ matrix.name }}
136+
path: ${{env.PYTHON_FOLDER}}

0 commit comments

Comments
 (0)