Skip to content

Commit a58468d

Browse files
committed
Debug
1 parent 1a21ada commit a58468d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/test-python-install.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, macos-latest, windows-latest]
12-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
11+
os: [ubuntu-latest]
12+
python-version: ['3.11']
1313
use-external-python: [true, false]
1414
env:
1515
python-test-package: python-dummy
1616
steps:
17-
- name: Get action path
18-
run: echo "${{ github.repository }}@${{ github.ref_name }}"
19-
2017
- uses: actions/checkout@v4
2118

2219
- name: Install Python if required
@@ -31,7 +28,7 @@ jobs:
3128
pip install ${{ env.python-test-package }}
3229

3330
- name: Test Action usage
34-
uses: ./.github/action.yml
31+
uses: ./
3532
with:
3633
python-root-list: "./tests/*.py ./tests/subtest/*.py"
3734
use-black: true

0 commit comments

Comments
 (0)