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