Skip to content

Commit

Permalink
fix makefile cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Apr 2, 2024
1 parent a8cbaca commit 1748ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make install-test
install-test-requirements
make install
- name: Lint with flake8
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build:
install: build
pip install dist/*.whl

req-install:
install-requirements:
python -m pip install -r ./requirements/requirements.txt

req-install-test:
install-test-requirements:
python -m pip install -r ./requirements/requirements-test.txt

dev-install:
Expand Down

0 comments on commit 1748ec3

Please sign in to comment.