Skip to content

Commit

Permalink
remove debugging on test-openmm-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Dec 14, 2021
1 parent 6648835 commit 80ce5e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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,6 +25,8 @@ jobs:
auto-update-conda: true
- name: "Install requirements"
run: |
# we'd rather use the default Python version, but for now need to
# pin to 3.9 (see openpathsampling/openpathsampling#1093)
#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}"
Expand Down

0 comments on commit 80ce5e5

Please sign in to comment.