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 80e5a99 commit b749d7cCopy full SHA for b749d7c
.github/workflows/test.yml
@@ -8,17 +8,11 @@ jobs:
8
matrix:
9
python-version: [ '3.10' ]
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
12
- name: Setup python
13
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
14
with:
15
python-version: ${{ matrix.python-version }}
16
architecture: x64
17
- - uses: actions/cache@v1
18
- with:
19
- path: ~/.cache/pip
20
- key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements_dev.txt') }}-${{ matrix.python-version }}
21
- restore-keys: |
22
- ${{ runner.os }}-pip-
23
- run: pip install -r requirements_dev.txt
24
- run: py.test
0 commit comments