Ver Fonte

Fix lint

Bobholamovic há 2 anos atrás
pai
commit
0dd4d91236
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      .github/workflows/lint.yaml

+ 3 - 3
.github/workflows/lint.yaml

@@ -8,13 +8,13 @@ concurrency:
 
 jobs:
   lint:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v3
-      - name: Set up Python 3.7.1
+      - name: Set up Python 3.7.2
         uses: actions/setup-python@v4
         with:
-          python-version: 3.7.1
+          python-version: 3.7.2
       - name: Upgrade pip
         run: python -m pip install pip --upgrade --user
       - name: Install pre-commit hooks