Skip to content

Commit

Permalink
more workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sobuelow committed Nov 9, 2024
1 parent c9a20a5 commit ae0c843
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install openMM in conda
run: |
conda install -c conda-forge scipy=1.13 numba=0.60 openmm=8.2.0
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit ae0c843

Please sign in to comment.