Skip to content

Commit

Permalink
[CI] remove python from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Nov 4, 2024
1 parent d97ebc4 commit d259e3f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -46,11 +46,6 @@ jobs:
cd PETSIRD/model
yardl generate
- name: Python
run: |
cd python
python start.py
- name: Cpp
run: |
cd cpp && mkdir -p build && cd build
Expand Down

0 comments on commit d259e3f

Please sign in to comment.