Skip to content

Commit

Permalink
install latest gnupg and compatible pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
JLoveUOA committed Sep 11, 2024
1 parent 55a37d6 commit 509dc8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.10","3.12"]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
Expand All @@ -19,6 +19,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install GPG
run: sudo apt update && sudo apt install -y gnupg


- name: Install Poetry
uses: snok/install-poetry@v1

Expand Down

0 comments on commit 509dc8f

Please sign in to comment.