From 0fbe1e423b25273675cce231f6355374262288b8 Mon Sep 17 00:00:00 2001 From: Roman Joeres Date: Mon, 14 Oct 2024 22:26:40 +0200 Subject: [PATCH] Update of github actions for testing --- .github/workflows/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1798f72..0030a33 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,6 +10,7 @@ on: - main - auto_test - dev + - dev_1.0_grammar pull_request: branches: - main @@ -22,8 +23,8 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v3 with: python-version: 3.7 - name: Install poetry