2 parents fc3875c + 429472b commit 8059e32Copy full SHA for 8059e32
1 file changed
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v7
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
29
with:
30
python-version: ${{ matrix.python-version }}
31
- name: Run tests
@@ -78,7 +78,7 @@ jobs:
78
79
80
- name: Set up Python 3.10
81
82
83
python-version: "3.10"
84
- name: Install parse and mypy
0 commit comments