Skip to content

Commit

Permalink
What python is being accessed at the beginning of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jul 2, 2020
1 parent 638abdb commit c9edff0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr_master_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ jobs:
- name: Install Pyutilib
run: |
echo $PATH
which python
$PYTHON_EXE setup.py develop
- name: Set up coverage tracking
Expand All @@ -171,6 +169,7 @@ jobs:
- name: Run Pyutilib tests
run: |
which python
test.pyutilib --cat=all -v
- name: Process code coverage report
Expand Down

0 comments on commit c9edff0

Please sign in to comment.