Skip to content

Commit

Permalink
macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan8be committed Oct 30, 2024
1 parent 57ed5c8 commit bb80eb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: |
echo $PYTHON_VENV_ROOT
echo "PYTHON_VENV_ROOT=${CONDA}/envs/test" >> $GITHUB_ENV
echo $PYTHON_VENV_ROOT
echo $GITHUB_ENV
python3 -m venv $PYTHON_VENV_ROOT
source ${PYTHON_VENV_ROOT}/bin/activate
source $PYTHON_VENV_ROOT/bin/activate
python --version
python3 -m pip install pip --upgrade
python3 -m pip install pytest pytest-cov
Expand Down

0 comments on commit bb80eb1

Please sign in to comment.