Skip to content

Commit

Permalink
Update CI.yaml (#39)
Browse files Browse the repository at this point in the history
* Update CI.yaml

Up to date python and miniconda

* Update test_env.yaml

make sure it is using 3.10

* Update CI.yaml

allow python version to change based on CI.yaml

* Update test_env.yaml

allow python version to change

* Update CI.yaml

* Update CI.yaml

yaml has an a

* Update CI.yaml

get correct python

* simple is better
  • Loading branch information
drewnutt authored Apr 17, 2024
1 parent c4e4273 commit 1ca02ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- {
os: ubuntu-latest,
# os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: 3.8,
python-version: '3.10',
cc: "gcc", cxx: "g++",
# python-version: [3.7, 3.8, 3.9]
}
Expand All @@ -44,9 +44,9 @@ jobs:
ulimit -a
- name: Install OpenMM
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.config.python-version }}
activate-environment: opencombind-dev
environment-file: devtools/conda-envs/test_env.yaml

Expand Down

0 comments on commit 1ca02ec

Please sign in to comment.