Skip to content

Commit

Permalink
reenable capa (kevoreilly#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven authored Feb 2, 2025
1 parent 973871e commit fcb0757
Show file tree
Hide file tree
Showing 4 changed files with 383 additions and 362 deletions.
2 changes: 2 additions & 0 deletions .github/actions/python-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ runs:
- name: Install poetry
shell: bash
run: PIP_BREAK_SYSTEM_PACKAGES=1 pip install poetry poetry-plugin-export
#- name: Python Poetry Action
# uses: abatilo/actions-poetry@v3.0.1

- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
Expand Down
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

0 comments on commit fcb0757

Please sign in to comment.