We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96ca31d + 7707503 commit 3fa6ca4Copy full SHA for 3fa6ca4
3 files changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v2
19
20
- name: Set up Python
21
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
22
with:
23
python-version: 3.x
24
.github/workflows/test_code.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-latest, windows-latest]
14
- python-version: ["3.6", "3.9"]
+ python-version: ["3.7", "3.10"]
15
fail-fast: false
16
17
steps:
.github/workflows/test_selenium.yml
@@ -30,4 +30,4 @@ jobs:
30
shell: bash -l {0}
31
run: |
32
source activate TEST
33
- pytest tests/selenium -vv
+ pytest tests/selenium -vv
0 commit comments