Skip to content

Commit

Permalink
fix github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Mar 29, 2022
1 parent 905b304 commit d51fbae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
pip install tox
pip install coveralls
- name: Run tests
env:
MISSING_DEPENDENCIES: borg1.2
run: tox
- name: Report test coverage
env:
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ deps =
voluptuous

[testenv:pytest]
setenv = MISSING_DEPENDENCIES="borg1.2"
commands = py.test -vv --cov {posargs}

[testenv:tests_dir]
Expand Down

0 comments on commit d51fbae

Please sign in to comment.