Skip to content

Commit

Permalink
Norway problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Apr 5, 2024
1 parent bf25d03 commit c4bd947
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
exclude:
- include-rdkit: false
include-openeye: false
# broken OpenMM build for Mac on 3.10
- os: "macOS-latest"
python-version: "3.10"
# Can't support 3.12 on Mac yet
- python-version: "3.12"
os: "macOS-latest"
Expand Down Expand Up @@ -121,7 +118,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: "3.10"

- name: Install Pylint
run: |
Expand All @@ -145,7 +142,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit c4bd947

Please sign in to comment.