Skip to content

Commit

Permalink
Add code generator to test
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Aug 26, 2024
1 parent a96e934 commit fb43b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
python-version: [ '3.9', '3.10', '3.11', '3.12' ]

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit fb43b49

Please sign in to comment.