Fixes GitHub Actions on Master Branch

This commit is contained in:
2022-12-14 02:30:43 -03:00
parent ff828a0e72
commit 5039a7f3ac

View File

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