index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .github/workflows/mypy.yaml | 2 |
diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml index c03cd3cf..160faa53 100644 --- a/.github/workflows/mypy.yaml +++ b/.github/workflows/mypy.yaml @@ -6,7 +6,7 @@ jobs: container: image: archlinux:latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: pacman --noconfirm -Syu python mypy python-pip - run: python -m pip install --upgrade pip - run: pip install fastapi pydantic |