Skip to content

Commit 2de476d

Browse files
committed
ok, let's debug
1 parent 0713e44 commit 2de476d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/PR.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,13 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [macos-latest, windows-latest, ubuntu-latest]
37-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t]
36+
os:
37+
- ubuntu-latest
38+
python-version: [
39+
# 3.9, '3.10', 3.11, 3.12, 3.13,
40+
3.14,
41+
# 3.14t
42+
]
3843
steps:
3944
- name: Check out repo
4045
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
@@ -58,6 +63,7 @@ jobs:
5863
shell: bash
5964
run: |
6065
python3 -m venv test_venv
66+
find -type f test_venv
6167
source test_venv/bin/activate || call test_venv\Scripts\activate
6268
pip install .
6369
- name: Lint our own pakage

0 commit comments

Comments
 (0)