Skip to content

Commit

Permalink
Ignore changes in environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Jan 22, 2024
1 parent 1c91dc8 commit 9097220
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pull.request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
with:
fetch-depth: 0

- name: Check for changes in environment.yml
if: git diff --quiet HEAD..master -- environment.yml
run: exit 0

- name: Install conda-lock with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
Expand All @@ -35,7 +31,6 @@ jobs:

build:
name: ${{ matrix.os }}
needs: conda-lock
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 9097220

Please sign in to comment.