Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test reenable capa #2438

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/actions/python-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ runs:
run: |
sudo apt update && sudo apt-get install -y --no-install-recommends libxml2-dev libxslt-dev python3-dev libgeoip-dev ssdeep libfuzzy-dev p7zip-full innoextract unrar upx

- name: Install poetry
shell: bash
run: PIP_BREAK_SYSTEM_PACKAGES=1 pip install poetry poetry-plugin-export
# - name: Install poetry
# shell: bash
# run: PIP_BREAK_SYSTEM_PACKAGES=1 pip install poetry poetry-plugin-export
- name: Python Poetry Action
uses: abatilo/[email protected]

- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
Expand All @@ -27,4 +29,5 @@ runs:
- name: Install requirements
shell: bash
run: |
poetry env use "3.10"
PIP_BREAK_SYSTEM_PACKAGES=1 poetry install --no-interaction --no-root
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
Expand Down
Loading
Loading