Skip to content

Commit

Permalink
Update atomistics-compat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 15, 2024
1 parent bf15915 commit 484eae8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/atomistics-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ jobs:
matrix:
include:
- operating-system: macos-latest
python-version: '3.11'
label: osx-64-py-3-10
python-version: '3.12'
label: osx-64-py-3-12
prefix: /Users/runner/miniconda3/envs/my-env

- operating-system: windows-latest
python-version: '3.11'
label: win-64-py-3-10
python-version: '3.12'
label: win-64-py-3-12
prefix: C:\Miniconda3\envs\my-env

- operating-system: ubuntu-latest
python-version: '3.11'
label: linux-64-py-3-10
python-version: '3.12'
label: linux-64-py-3-12
prefix: /usr/share/miniconda3/envs/my-env

steps:
Expand Down

0 comments on commit 484eae8

Please sign in to comment.