Skip to content

Commit

Permalink
fix: install setuptools and wheel before installing requirements
Browse files Browse the repository at this point in the history
Signed-off-by: AnsahMohammad <mohdansah10@gmail.com>
  • Loading branch information
AnsahMohammad committed Jan 23, 2025
1 parent 459dfe1 commit 062ae9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snapshot-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
sudo npm install -g "$cdxgen_tarball"
git clone https://github.com/appthreat/cdxgen-samples.git original_snapshots
python3.12 -m venv .venv
source .venv/bin/activate && pip install setuptools wheel
source .venv/bin/activate && pip install -r test/diff/requirements.txt
- name: Generate scripts
Expand Down

0 comments on commit 062ae9d

Please sign in to comment.