Skip to content

Commit

Permalink
add a makefile entry to install with dev deps, use in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Sep 3, 2024
1 parent c60308b commit d1dc84d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.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
make dev_install
- name: Install aikido_firewall
run: |
make build
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ install:
pip install poetry
poetry install

.PHONY: dev_install
install:
pip install poetry
poetry install --with dev


.PHONY: test
test:
poetry run pytest aikido_firewall/
Expand Down
Empty file added Test
Empty file.
Empty file added telslkgrf
Empty file.
Empty file added test
Empty file.
Empty file added test2
Empty file.
Empty file added wlthewltje;g
Empty file.

0 comments on commit d1dc84d

Please sign in to comment.