Skip to content

Commit

Permalink
Fix GHA failing due to lack of DAGSTER_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Jun 6, 2024
1 parent 3b24c07 commit ee8fbb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
run: >-
python -m pytest -ra --cov --cov-report=xml --cov-report=term
--durations=20
env:
DAGSTER_HOME: ${{ runner.temp }}/dagster_home

- name: Upload coverage report
uses: codecov/[email protected]

0 comments on commit ee8fbb7

Please sign in to comment.