Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to run action in ROS container #75

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
python3
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
  • Loading branch information
ct2034 committed Jan 8, 2025
commit 1af5f10862900e17d319e54b5f5a42febf2304ae
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
# Set up wget
- name: Get up wget, pip
- name: Set up wget, pip
run: apt update && apt install -y wget python3-pip
# Get smc_storm for testing
- name: Get smc_storm
@@ -36,7 +36,7 @@ jobs:
echo SMC_STORM_PATH=$PWD/bin/ >> $GITHUB_OUTPUT
# Update pip
- name: Update pip
run: python -m pip install --upgrade pip
run: python3 -m pip install --upgrade pip
# # workaround python 3.12 issue
# - name: Install special fork of js2py
# run: |