Skip to content

Commit

Permalink
GA: Continued Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey committed Jul 7, 2023
1 parent a4a95a5 commit 2509ae4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@ jobs:
mkdir $env:RUNNER_TOOL_CACHE
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Check Python Install
run: |
echo $AGENT_TOOLSDIRECTORY
echo $RUNNER_TOOL_CACHE
ls $AGENT_TOOLSDIRECTORY
python -c "import os; [print(f'{v}: {k}') for v,k in os.environ.items()];"
python -c "import os, sys; print(os.path.dirname(sys.executable))"
# Needed to compile keyring library
# Install taken from keyring library:
# https://github.com/hwchen/keyring-rs/blob/v0.10.1/.github/workflows/ci.yaml#L80-L84
Expand Down

0 comments on commit 2509ae4

Please sign in to comment.