Update test.yml
This commit is contained in:
parent
67dcdf2631
commit
a9f7ee04b4
|
|
@ -11,13 +11,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: Checkout
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Python
|
||||
- uses: actions/setup-python@v2
|
||||
- shell: bash
|
||||
- with:
|
||||
python-version: 3.11
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.10
|
||||
|
||||
- name: Install danix
|
||||
run: |
|
||||
apt update -y
|
||||
|
|
|
|||
Loading…
Reference in New Issue