Skip to content

Commit e6e181b

Browse files
committed
Adjust github test action
1 parent b3538ef commit e6e181b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- '3.11'
1313
- '3.12'
1414
- '3.13'
15-
# - '3.14'
15+
- '3.14.0-beta.4'
1616
name: Python ${{ matrix.python-version }} sample
1717
steps:
1818
- uses: actions/checkout@v4
@@ -22,7 +22,6 @@ jobs:
2222
cache: 'pip'
2323
- name: Install dependencies
2424
run: |
25-
# python -m pip install --upgrade pip
2625
pip install -r requirements.txt
2726
pip install -r test-requirements.txt
2827
- name: Run tests

0 commit comments

Comments
 (0)