We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876847e commit b74bad4Copy full SHA for b74bad4
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: [ '3.8' ]
+ python-version: [ '3.11' ]
16
steps:
17
- uses: actions/checkout@v2
18
- name: Set up Python ${{ matrix.python-version }}
@@ -22,7 +22,6 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install "numpy<1.19.0"
26
pip install -r test_requirements.txt
27
pip install pytest-cov
28
- name: Test with pytest
0 commit comments