Skip to content

Commit

Permalink
Update tcrm-pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur authored Mar 5, 2023
1 parent 474b79a commit e28b5fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tcrm-pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python env
- name: Set up environment
uses: conda-incubator/[email protected]
with:
python-version: 3.7
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
activate-environment: tcrm
environment-file: tcrmenv.yml
python-version: 3.7
auto-activate-base: false
use-only-tar-bz2: true

- name: Install dependencies
run: |
Expand Down

0 comments on commit e28b5fb

Please sign in to comment.