Skip to content

Commit a181f3c

Browse files
committed
tests: Add a temporary test of $pythonLocation
1 parent 932d899 commit a181f3c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test_actions.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,19 @@ jobs:
212212
project-directory: test-project
213213
expected-version: 1.0.2.dev1
214214

215+
test_python_location:
216+
runs-on: ${{ matrix.os }}
217+
strategy:
218+
matrix:
219+
os: [windows-latest, ubuntu-latest]
220+
python-version: [3.11, pypy3.11]
221+
steps:
222+
- uses: actions/[email protected]
223+
with:
224+
python-version: ${{ matrix.python-version }}
225+
- run: ls -al $pythonLocation
226+
shell: bash
227+
215228
# This job is intended to combine the test results so we don't have to list
216229
# each matrix combination in the required status check settings. There are a
217230
# lot of corner cases that make this harder than it should be; see See

0 commit comments

Comments
 (0)