Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
build fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
chkeita committed Feb 3, 2022
1 parent 9f5dcfc commit 6357f98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
set -ex
ls artifacts
cd src/cli
python --version
python -mvenv venv
ls venv
. venv/Scripts/activate
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip-licenses -uf json > onefuzz/data/licenses.json
Expand Down

0 comments on commit 6357f98

Please sign in to comment.