Skip to content

Commit

Permalink
Try to keep smoke testing using system wide installation
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Dec 4, 2023
1 parent 4508033 commit c7f0d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements.txt ]; then pip install --system -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -33,6 +33,7 @@ jobs:
python3 plugins/*_TEST.py
- name: Smoke system tests
run: |
sudo ./gzdev.py repository enable osrf stable
python3 gzdev.py repository list
python3 gzdev.py ign-docker-env citadel
python3 gzdev.py ign-docker-env dome --linux-distro ubuntu:bionic
Expand Down

0 comments on commit c7f0d4b

Please sign in to comment.