Compare commits
2 Commits
67b03d01cd
...
6648e8fc93
| Author | SHA1 | Date |
|---|---|---|
|
|
6648e8fc93 | |
|
|
5a9c84aa92 |
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.10"
|
||||||
- name: Build database
|
- name: Build database
|
||||||
run: |
|
run: |
|
||||||
pip install pyyaml
|
pip install pyyaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue