Skip to content

Commit

Permalink
Update ex6+10
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Nov 16, 2023
1 parent cac6a2b commit 65226b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/example-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
environment-file: etc/example-explicit.Windows.conda.lock
condarc-file: etc/example-condarc.yml
miniforge-variant: Mambaforge
- os: macos
miniforge-variant: Mambaforge
miniforge-version: "23.3.1-1"
steps:
- uses: actions/checkout@v2
- uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ./
with:
python-version: "3.7"
python-version: "3.11"
mamba-version: "*"
channels: conda-forge,nodefaults
channel-priority: true
Expand Down

0 comments on commit 65226b7

Please sign in to comment.