Skip to content

Commit

Permalink
No longer set plugin env var in action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Oct 29, 2024
1 parent e35f1df commit 2e460ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ jobs:
- name: Run tests
shell: bash -l {0}
env:
DAF_BUTLER_PLUGINS: ${{ github.workspace }}/python/lsst/pipe/base/cli/resources.yaml
run: |
pytest -r a -v -n 3 --cov=lsst.pipe.base --cov=tests --cov-report=xml --cov-report=term --cov-branch
butler register-instrument -h
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 2e460ea

Please sign in to comment.