Skip to content

Commit

Permalink
Fix create group for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 17, 2023
1 parent ca75334 commit 2ed49ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
# Make group jetson_stats
sudo groupadd jetson_stats
# Make group jtop
sudo groupadd jtop
# Install test dependencies
sudo ./tests/develop.sh -s
# Upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile.tox
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY . /jetson_stats

WORKDIR /jetson_stats

RUN sudo groupadd jetson_stats && \
RUN sudo groupadd jtop && \
sudo /jetson_stats/tests/develop.sh -s && \
sudo -H python -m pip install --upgrade pip && \
sudo -H pip install tox
Expand Down

0 comments on commit 2ed49ca

Please sign in to comment.