We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c0fc1 commit 7c5b300Copy full SHA for 7c5b300
.github/workflows/pr.yml
@@ -12,15 +12,12 @@ on:
12
jobs:
13
test:
14
runs-on: ubuntu-latest
15
- strategy:
16
- matrix:
17
- python-version: [ "3.10", "3.11", "3.12", "3.13" ]
18
steps:
19
- uses: actions/checkout@v2
20
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python 3.10
21
uses: actions/setup-python@v2
22
with:
23
- python-version: ${{ matrix.python-version }}
+ python-version: "3.10"
24
- name: Setup Dev Environment
25
run: |
26
pip install virtualenv
0 commit comments