Skip to content

Commit

Permalink
BUG: more env debugging
Browse files Browse the repository at this point in the history
Added more echo debug statements.
  • Loading branch information
aburrell committed Jun 17, 2022
1 parent c731e6b commit 73220e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
Expand All @@ -44,8 +44,10 @@ jobs:
- name: Run unit and integration tests
run: |
dir apexpy
echo "PYTHON LOC: $pythonLocation"
echo "PYTHON LOC: $env.pythonLocation"
echo "CUR DIR: $PWD"
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 73220e9

Please sign in to comment.