Skip to content

Commit

Permalink
fix: install setuptools and wheel before installing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsahMohammad committed Jan 22, 2025
1 parent 3371526 commit 0df1831
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 0df1831

Please sign in to comment.