Skip to content

Commit 8378721

Browse files
committed
fix: update tests to new python version
1 parent 5c4ce42 commit 8378721

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.8.13'
21+
python-version: '3.12.8'
2222
architecture: 'x64'
2323

2424
- name: Install dependencies
@@ -34,11 +34,6 @@ jobs:
3434
run: |
3535
isort -c ephyspy tests
3636
37-
# add pyright at some point!
38-
# - name: Check types with pyright
39-
# run: |
40-
# pyright ephyspy
41-
4237
- name: Test with pytest
4338
run: |
4439
pip install pytest pytest-cov

0 commit comments

Comments
 (0)