1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-23 06:33:18 +02:00

fix setup.py install in github actions

This commit is contained in:
Nick Sweeting
2020-11-28 04:25:31 -05:00
parent 89eda16533
commit f9cbce2b38

View File

@@ -70,8 +70,8 @@ jobs:
- name: Install pip dependencies
run: |
python -m pip install .
python -m pip install pytest bottle
python -m pip install pytest bottle wheel setuptools
python -m pip install -e .
- name: Get npm cache dir
id: npm-cache