Skip to content

Commit

Permalink
Fix Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondas Galvelis committed May 8, 2023
1 parent 8665ad0 commit 4814d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
matrix:
include:
# Bleeding edge
- name: Linux (CUDA 11.8, OpenMM dev, PLUMED 2.7, Python 3.10)
- name: Linux (CUDA 11.8, OpenMM dev, PLUMED 2.7, Python 3.*)
os: ubuntu-22.04
extra-channel: "conda-forge/label/openmm_dev"
cuda-version: "11.8.0"
gcc-version: "11.3"
nvcc-version: "11.8"
openmm-version: "*"
plumed-version: "2.7"
python-version: "3.10"
python-version: "3.*"

# Latest supported versions
- name: Linux (CUDA 11.8, OpenMM 8.0, PLUMED 2.7, Python 3.10)
Expand Down

0 comments on commit 4814d70

Please sign in to comment.