Update tests.yml
This commit is contained in:
parent
661aab45d4
commit
f7875ee869
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -9,14 +9,14 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Set up Python 3.10.2
|
- name: Set up Python 3.10
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.10.2
|
python-version: 3.10
|
||||||
|
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/aceisace/Inkycal
|
git clone --branch main --single-branch https://github.com/aceisace/Inkycal
|
||||||
|
|
||||||
- name: Install dependencies and run
|
- name: Install dependencies and run
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user