Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlanzrath committed Dec 6, 2024
1 parent ab9a232 commit 569c236
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]
# os: [ubuntu-latest]
# python-version: ["3.10", "3.11", "3.12"]
include:
# - os: windows-latest
# python-version: "3.12"
- os: macos-13
- os: windows-latest
python-version: "3.12"
# - os: macos-13
# python-version: "3.12"

env:
CONDA_FILE: environment.yml
Expand All @@ -43,7 +43,7 @@ jobs:
miniforge-version: latest
use-mamba: true
activate-environment: cadet-process
channels: conda-forge,
channels: conda-forge

- name: Cache conda
uses: actions/cache@v4
Expand All @@ -53,6 +53,7 @@ jobs:
with:
path: ${{ env.CONDA }}/envs
key: ${{ matrix.os }}-python_${{ matrix.python-version }}-${{ steps.get-date.outputs.today }}-${{ hashFiles(env.CONDA_FILE) }}-${{ env.CACHE_NUMBER }}
id: cache

- name: Update environment
run: |
Expand Down

0 comments on commit 569c236

Please sign in to comment.