There was an error while loading. Please reload this page.
1 parent 4e91423 commit 746f4e6Copy full SHA for 746f4e6
.github/workflows/ci.yml
@@ -8,10 +8,10 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v4
11
- - name: Set up Python 3.10
+ - name: Set up Python 3.11
12
uses: actions/setup-python@v4
13
with:
14
- python-version: '3.10'
+ python-version: '3.11'
15
- name: Install dependencies
16
run: pip install -r requirements.txt
17
- name: Run tests and collect coverage
0 commit comments