Compare commits
2 commits
3d2b860271
...
a324e3b6df
Author | SHA1 | Date | |
---|---|---|---|
a324e3b6df | |||
d214d59ec2 |
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ jobs:
|
|||
container: catthehacker/ubuntu:act-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.11.5"]
|
||||
python-version: ["3.11.2"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
with:
|
||||
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: https://github.com/actions/setup-python@v4
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue