mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 11:19:26 +00:00
Streamline CI deps
This commit is contained in:
parent
bc46b2dc2f
commit
e316ee248a
3 changed files with 2 additions and 2 deletions
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install testing dependencies
|
- name: Install testing dependencies
|
||||||
run: pip3 --no-cache-dir install -r requires/development.txt
|
run: pip3 --no-cache-dir install -e '.[sentry]' -r requires/testing.txt
|
||||||
|
|
||||||
- name: Run flake8 tests
|
- name: Run flake8 tests
|
||||||
run: flake8
|
run: flake8
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
-e '.[sentry]'
|
-e '.[sentry]'
|
||||||
-r testing.txt
|
-r testing.txt
|
||||||
-r docs.txt
|
-r docs.txt
|
||||||
flake8==4.0.1
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
coverage==6.3.1
|
coverage==6.3.1
|
||||||
|
flake8==4.0.1
|
||||||
tox==3.24.5
|
tox==3.24.5
|
||||||
|
|
Loading…
Reference in a new issue