Archived
1
1
Fork 0

use forgejo workflow file

This commit is contained in:
Josh Lay 2023-08-06 01:43:52 -05:00
parent b2876da620
commit 65dd98040c
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8.17", "3.9.17", "3.10.12", "3.11.4"]
steps:
- uses: actions/checkout@v3
- uses: https://github.com/actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: https://github.com/actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies