diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index b69f517..4386848 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -29,8 +29,10 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Checkout curl for the tests - uses: curl/curl@curl-7_67_0 + uses: actions/checkout@v2 with: + repository: curl/curl + ref: curl-7_67_0 path: test_repos/curl - name: Test with pytest