Skip to content

Commit

Permalink
Bump python version for pylint testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Feb 12, 2024
1 parent 4ac1109 commit 7d1a144
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tcrm-pylint.yml
@@ -1,6 +1,6 @@
name: Pylint tests for TCRM
name: Pylint tests for TCRM

on:
on:
push:
branches: [ master, develop ]

Expand All @@ -13,16 +13,16 @@ jobs:
- uses: actions/checkout@v2
- name: Set up environment
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.7
with:
python-version: 3.9
miniforge-variant: Mambaforge
channels: conda-forge,defaults
channel-priority: true
activate-environment: tcrm
environment-file: tcrmenv.yml
auto-activate-base: false
use-only-tar-bz2: true

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7d1a144

Please sign in to comment.