Skip to content

Commit

Permalink
Remove extra channels check
Browse files Browse the repository at this point in the history
  • Loading branch information
the-other-james committed Sep 23, 2024
1 parent 9c37423 commit bdeae7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ 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}
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ 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}
run: |
Expand Down

0 comments on commit bdeae7e

Please sign in to comment.