Skip to content

Commit

Permalink
update setup-python to ver 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed May 29, 2024
1 parent 5a24405 commit b888049
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/buildsCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.8.1'

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.8.1'

Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.8.1'

Expand Down Expand Up @@ -498,6 +498,11 @@ jobs:
export LRS_LOG_LEVEL="DEBUG";
cd build/${{env.LRS_BUILD_CONFIG}}/
./live-test -d yes -i [software-device]
sudo apt-get install tree
cd ..
tree .
ls

- name: Upload RS log artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b888049

Please sign in to comment.