diff options
| author | Kyomotoi <kyomotoiowo@gmail.com> | 2022-05-28 15:28:26 +0800 | 
|---|---|---|
| committer | Kyomotoi <kyomotoiowo@gmail.com> | 2022-05-28 15:28:26 +0800 | 
| commit | 14809a882011e298170be30646b3a6e300b7cfd5 (patch) | |
| tree | 68f7467fbf8cc5f0fad3f3210f76edbcf4b62e30 /.github/workflows | |
| parent | d990bbb2aebc2be1014720862a9e068ec320863f (diff) | |
| download | ATRI-14809a882011e298170be30646b3a6e300b7cfd5.tar.gz ATRI-14809a882011e298170be30646b3a6e300b7cfd5.tar.bz2 ATRI-14809a882011e298170be30646b3a6e300b7cfd5.zip | |
👷 修复可能的CI报错
Diffstat (limited to '.github/workflows')
| -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/setup-python@v3.1.2          with: -          python-version: 3.10 +          python-version: 3.8        - uses: Gr1N/setup-poetry@v7 | 
