mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-29 07:06:55 +08:00
Fix installing dependencies for 3rd party stubtest (#8807)
This commit is contained in:
2
.github/workflows/daily.yml
vendored
2
.github/workflows/daily.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
with:
|
||||
python-version: "3.9"
|
||||
- name: Install dependencies
|
||||
run: pip install $(grep tomli== requirements-tests.txt) termcolor
|
||||
run: pip install -r requirements-tests.txt
|
||||
- name: Install apt packages
|
||||
run: |
|
||||
sudo apt update
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -137,7 +137,7 @@ jobs:
|
||||
with:
|
||||
python-version: "3.9"
|
||||
- name: Install dependencies
|
||||
run: pip install $(grep tomli== requirements-tests.txt) termcolor
|
||||
run: pip install -r requirements-tests.txt
|
||||
- name: Run stubtest
|
||||
run: |
|
||||
STUBS=$(
|
||||
|
||||
Reference in New Issue
Block a user