Skip to content

Commit

Permalink
python version
Browse files Browse the repository at this point in the history
  • Loading branch information
procrastinatio committed May 28, 2024
1 parent f7786c8 commit a821588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ on:
- master

jobs:
example-6:
name: Ex6 Mamba
build-markdown:
name: Generating Markdown files
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.11
python-version: 3.12.3
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
Expand Down

0 comments on commit a821588

Please sign in to comment.