Skip to content

Commit

Permalink
test for Python code
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jun 9, 2024
1 parent 2624a5c commit 3fd0370
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Set up Git repository
uses: actions/checkout@v4

- uses: ./actions/test
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 3fd0370

Please sign in to comment.