summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2022-05-28 15:28:26 +0800
committerKyomotoi <[email protected]>2022-05-28 15:28:26 +0800
commit14809a882011e298170be30646b3a6e300b7cfd5 (patch)
tree68f7467fbf8cc5f0fad3f3210f76edbcf4b62e30 /.github
parentd990bbb2aebc2be1014720862a9e068ec320863f (diff)
downloadATRI-14809a882011e298170be30646b3a6e300b7cfd5.tar.gz
ATRI-14809a882011e298170be30646b3a6e300b7cfd5.tar.bz2
ATRI-14809a882011e298170be30646b3a6e300b7cfd5.zip
👷 修复可能的CI报错
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index a0412f1..0e113ec 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
- name: Setup Python 🐍
uses: actions/[email protected]
with:
- python-version: 3.10
+ python-version: 3.8
- uses: Gr1N/setup-poetry@v7