Skip to content

Commit 7840de2

Browse files
committed
Update test.yaml
1 parent fae458a commit 7840de2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
strategy:
3333
matrix:
3434
python-version:
35-
# - "3.10"
36-
# - "3.11"
35+
- "3.10"
36+
- "3.11"
3737
- "3.12"
38-
# - "3.13"
38+
- "3.13"
3939
name: Test Python 📦
4040
needs:
4141
- build
@@ -50,9 +50,6 @@ jobs:
5050
with:
5151
name: python-package-distributions
5252
path: dist
53-
- run: ls -lah .
54-
- run: ls -lah dist
55-
- run: ls -lah test
5653
- uses: actions/setup-python@v5
5754
with:
5855
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)