Skip to content

Commit

Permalink
venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Oct 4, 2024
1 parent 56d6d58 commit 64ce368
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ slick() {
}

snyk() {
command snyk test
command snyk test --all-projects --exclude=requirements.txt
command snyk test --command=.venv/bin/python3
}

yamllint() {
Expand Down
5 changes: 3 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ go install github.com/mcandre/stank/[email protected]
go install mvdan.cc/sh/v3/cmd/[email protected]
go mod tidy

pip3 install --upgrade pip setuptools
pip3 install -r requirements-dev.txt
python3 -m venv .venv
.venv/bin/python3 -m pip install --upgrade pip setuptools
.venv/bin/pip3 install -r requirements.txt
File renamed without changes.

0 comments on commit 64ce368

Please sign in to comment.