Skip to content

Commit

Permalink
[setuptools] TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana06 committed Jul 29, 2024
1 parent f736613 commit a1713f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
python-version: "3.11"
- name: Install capa
run: |
pip uninstall setuptools
pip install -r requirements.txt
pip install -e .[dev,scripts]
- name: Run rule linter
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#
# Initially generated via: pip freeze | grep -v -- "-e"
# Kept up to date by dependabot.
setuptools==70.0.0
annotated-types==0.7.0
colorama==0.4.6
cxxfilt==0.2.2
Expand Down Expand Up @@ -35,7 +36,6 @@ pyyaml==6.0.1
rich==13.7.1
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8
setuptools==70.0.0
six==1.16.0
sortedcontainers==2.4.0
tabulate==0.9.0
Expand Down

0 comments on commit a1713f6

Please sign in to comment.