Browse Source

pipeline: upgrade checkout action in attempt to fix git-lfs checkout

Fabian Peter Hammerle 3 years ago
parent
commit
02a8e5ad3f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/python.yml

+ 2 - 2
.github/workflows/python.yml

@@ -42,9 +42,9 @@ jobs:
         - 3.9
       fail-fast: false
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2.3.4
       with:
-        lfs: '' # tests/resources/
+        lfs: true # tests/resources/
     - uses: actions/setup-python@v1
       with:
         python-version: ${{ matrix.python-version }}