Skip to content

Commit

Permalink
[CI] Add python version check
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDuvinage committed Aug 7, 2024
1 parent 93c6fc0 commit 3d7fc55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ jobs:
catkin-test-args: --no-deps
build-packages: multi_contact_controller
test-packages: multi_contact_controller
- name: Check python
run: |
set -e
set -x
python -c "from distutils import sysconfig; print(sysconfig.get_config_var(\"VERSION\"))"
- name: Run simulation
if: env.RUN_SIMULATION_STEPS == 'true'
# https://github.com/jrl-umi3218/lipm_walking_controller/blob/b564d655388ae6a6725c504e5c74a62192e58c7c/.github/workflows/build.yml#L64-L92
Expand Down

0 comments on commit 3d7fc55

Please sign in to comment.