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 42ab20c commit cb0243eCopy full SHA for cb0243e
.github/workflows/lint-and-test.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v2
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Install dependencies in ${{ matrix.requirements }}
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
- name: Install dependencies
0 commit comments