Checkout the repo, needed by setup python

Contributes to CURA-9459
This commit is contained in:
j.spijker@ultimaker.com 2022-07-15 13:44:12 +02:00 committed by Jelle Spijker
parent b2531c851f
commit c01410146d

View file

@ -134,10 +134,13 @@ jobs:
publish-test-results:
runs-on: ubuntu-20.04
needs: [ conan-recipe-version ]
needs: [ testing ]
if: success() || failure()
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python and pip
uses: actions/setup-python@v4
with: