diff options
author | Kyomotoi <[email protected]> | 2022-05-28 15:28:26 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-05-28 15:28:26 +0800 |
commit | 14809a882011e298170be30646b3a6e300b7cfd5 (patch) | |
tree | 68f7467fbf8cc5f0fad3f3210f76edbcf4b62e30 | |
parent | d990bbb2aebc2be1014720862a9e068ec320863f (diff) | |
download | ATRI-14809a882011e298170be30646b3a6e300b7cfd5.tar.gz ATRI-14809a882011e298170be30646b3a6e300b7cfd5.tar.bz2 ATRI-14809a882011e298170be30646b3a6e300b7cfd5.zip |
👷 修复可能的CI报错
-rw-r--r-- | .github/workflows/lint.yml | 2 |
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 |