Skip to content

Commit

Permalink
Fix packaging github action
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cedar committed Mar 11, 2023
1 parent a75cba8 commit 2b99360
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make install
python -m venv venv
. ./venv/bin/activate
pip install -e .
pip install -r requirements_dev.txt
- name: Package Application
Expand Down

0 comments on commit 2b99360

Please sign in to comment.