Skip to content

Commit

Permalink
Fix flow, add new task
Browse files Browse the repository at this point in the history
  • Loading branch information
the-other-james committed Sep 23, 2024
1 parent e4446f1 commit 883cc3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
auto-activate-base: false
miniforge-version: latest
- name: Confirm no defaults post install
run: conda config --show channels
- name: Lint Project
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
auto-activate-base: false
miniforge-version: latest
- name: Confirm no defaults post install
run: conda config --show channels
- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 883cc3a

Please sign in to comment.