Skip to content

Commit

Permalink
Fix copy&paste accident
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed May 7, 2024
1 parent 79613a3 commit bfedca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m pip install --editable .[tests]
- name: Test with trial
run: |
COVERAGE_PROCESS_START=`pwd`/.coveragerc trial spreadflow_core
COVERAGE_PROCESS_START=`pwd`/.coveragerc trial spreadflow_delta
coverage combine `pwd` `pwd`/_trial_temp
coverage xml
- name: Coveralls Parallel
Expand Down

0 comments on commit bfedca5

Please sign in to comment.