Skip to content

Commit

Permalink
Remove unnecessary env var for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Oct 25, 2024
1 parent aeb94b8 commit ed23ac8
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 @@ -50,10 +50,9 @@ jobs:
uv pip install -v --system --no-deps -e .
- name: Run tests
env:
DAF_BUTLER_PLUGINS: ${{ github.workspace }}/python/lsst/dax/obscore/cli/resources.yaml
run: |
pytest -r a -v -n 3 --cov=lsst.dax.obscore --cov=tests --cov-report=xml --cov-report=term --cov-branch
butler obscore -h
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit ed23ac8

Please sign in to comment.