Skip to content

Commit

Permalink
Try fixing CONDA_PY=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Dec 14, 2021
1 parent 72fedad commit 6648835
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-openmm-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: "Test OpenMM Release Candidate"
on:
workflow_dispatch:
# use this for debugging
#pull_request:
#branch: master
pull_request:
branch: master

defaults:
run:
Expand All @@ -25,7 +25,8 @@ jobs:
auto-update-conda: true
- name: "Install requirements"
run: |
CONDA_PY=$(python -c "import sys; print('.'.join(str(s) for s in sys.version_info[:2]))")
#CONDA_PY=$(python -c "import sys; print('.'.join(str(s) for s in sys.version_info[:2]))")
export CONDA_PY=3.9
echo "Python version: ${CONDA_PY}"
source devtools/conda_install_reqs.sh
- name: "Install OpenMM RC"
Expand Down

0 comments on commit 6648835

Please sign in to comment.