Skip to content

Commit

Permalink
Update Python Version and Mamba version to prevent commit failure (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-white04 authored Jan 17, 2023
1 parent 203705b commit d1a5f3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on: [push]
env:
PYTHON_VERSION: 3.6
PYTHON_VERSION: 3.9

jobs:
testing:
Expand All @@ -17,7 +17,8 @@ jobs:
- name: Set up miniconda
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
channels: conda-forge,defaults
channel-priority: true
auto-update-conda: true
Expand Down

0 comments on commit d1a5f3c

Please sign in to comment.