Skip to content

Commit

Permalink
Update of github actions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Oct 14, 2024
1 parent 65cae41 commit 0fbe1e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0fbe1e4

Please sign in to comment.