Skip to content

Commit

Permalink
Setup upterm
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Jan 17, 2025
1 parent c34f133 commit 487ceb4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/serialization-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
sudo npm install -g ts-protoc-gen
- name: Install LinguaFrancaBase
run: pip3 install LinguaFrancaBase
- name: Python setup
run: |
python -m pip install --upgrade pip
pip install build wheel setuptools
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
# - name: Python setup
# run: |
# python -m pip install --upgrade pip
# pip install build wheel setuptools
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run serialization tests;
run: |
source /opt/ros/*/setup.bash
Expand Down

0 comments on commit 487ceb4

Please sign in to comment.