Skip to content

Commit

Permalink
BUG: remove tabs
Browse files Browse the repository at this point in the history
Removed tabs from yaml.
  • Loading branch information
aburrell committed Jun 17, 2022
1 parent 73220e9 commit 2211c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
dir apexpy
echo "PYTHON LOC: $env.pythonLocation"
echo "CUR DIR: $PWD"
echo $env:GITHUB_ENV
echo $env.apexpy_path
echo $env:GITHUB_ENV
echo $env.apexpy_path
coverage run --rcfile=setup.cfg -m pytest --cov=apexpy
- name: Publish results to coveralls upon success
Expand Down

0 comments on commit 2211c3f

Please sign in to comment.