From 75e02e13242ae45e6f54d990719a5aad3b78e4a8 Mon Sep 17 00:00:00 2001 From: Mattia Date: Fri, 26 Feb 2021 14:03:17 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 865a5ed..2706fab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: # We test using a reasonably modern Python version python-version: 3.8.0 architecture: x64 - - uses: japl-lang/japl@v2 + - uses: actions/checkout@v2 - name: Run production-mode tests run: ./build.py --profile resources/profiles/production.json - name: Run developmet tests