mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 11:19:26 +00:00
Update
This commit is contained in:
parent
18a20baa4b
commit
1ae6bf15fd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
image: python:${{ matrix.python }}-alpine
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install testing dependencies
|
||||
run: pip3 --no-cache-dir install -r requires/development.txt
|
||||
|
|
Loading…
Reference in a new issue