Skip to content

Commit bb80eb1

Browse files
committed
macOS tests
1 parent 57ed5c8 commit bb80eb1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
if: startsWith(matrix.os, 'macos')
2828
run: |
2929
echo $PYTHON_VENV_ROOT
30+
echo "PYTHON_VENV_ROOT=${CONDA}/envs/test" >> $GITHUB_ENV
31+
echo $PYTHON_VENV_ROOT
32+
echo $GITHUB_ENV
3033
python3 -m venv $PYTHON_VENV_ROOT
31-
source ${PYTHON_VENV_ROOT}/bin/activate
34+
source $PYTHON_VENV_ROOT/bin/activate
3235
python --version
3336
python3 -m pip install pip --upgrade
3437
python3 -m pip install pytest pytest-cov

0 commit comments

Comments
 (0)