hvalev il y a 3 ans
Parent
commit
ebd9db1126
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      .github/workflows/main.yml

+ 5 - 0
.github/workflows/main.yml

@@ -33,6 +33,11 @@ jobs:
         with:
           username: ${{ secrets.DOCKERHUBUNAME }}
           password: ${{ secrets.DOCKERHUBTOKEN }} 
+      - 
+        name: Get python
+        uses: actions/setup-python@v2
+        with:
+          python-version: '3.7'
       - 
         name: Lint with flake8
         run: |