Skip to content

Commit

Permalink
ci: fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Apr 8, 2021
1 parent cbed012 commit 2f59081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
python-version: 3.7
- name: Install dependencies
run: >-
run: |
pip install -r ./docs/requirements.txt
# To remove when PR is merged
pip install git+git://github.com/lyz-code/deepdiff@master
Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -4,6 +4,7 @@ black = black --target-version py37 src docs/examples tests setup.py

.PHONY: install
install:

python -m pip install -U setuptools pip
pip install -r requirements-dev.txt
pip install git+git://github.com/lyz-code/deepdiff@master
Expand Down

0 comments on commit 2f59081

Please sign in to comment.