Merge pull request #13 from HideyoshiNakazone/develop

Fixes GitHub Actions on Master Branch
This commit is contained in:
2022-12-14 02:32:14 -03:00
committed by GitHub

View File

@@ -18,10 +18,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python 3.10 - name: Set up Python 3.8
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: "3.10" python-version: "3.8"
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip pipenv python -m pip install --upgrade pip pipenv