mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-07 03:16:01 +10:00
add build step to github actions tests
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -70,8 +70,9 @@ jobs:
|
||||
|
||||
- name: Install pip dependencies
|
||||
run: |
|
||||
python -m pip install pytest bottle wheel setuptools
|
||||
python -m pip install -e .
|
||||
python -m pip install --upgrade pip setuptools wheel pytest bottle
|
||||
./bin/build_pip.sh
|
||||
python -m pip install .
|
||||
|
||||
- name: Get npm cache dir
|
||||
id: npm-cache
|
||||
|
||||
Reference in New Issue
Block a user