Skip to content

Commit

Permalink
Add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Mar 11, 2024
1 parent f359ff6 commit 3946207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ activate:
. .venv/bin/activate

install_venv:
python3 -m venv .venv
. .venv/bin/activate; python -m pip install --upgrade pip
. .venv/bin/activate; python -m pip install -r requirements.txt

Expand Down

0 comments on commit 3946207

Please sign in to comment.