Skip to content

Commit 285d9a3

Browse files
CaiofcasCaio Fontes
authored and
Caio Fontes
committed
fix: fix python version for ci
1 parent 824400e commit 285d9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python
4848
uses: actions/setup-python@v4
4949
with:
50-
python-version: "3.12"
50+
python-version: "3.8"
5151
- name: Install dependencies
5252
run: |
5353
python3 -m pip install nox

0 commit comments

Comments
 (0)