Skip to content

Commit

Permalink
ci: lel
Browse files Browse the repository at this point in the history
  • Loading branch information
xlxs4 committed Oct 30, 2023
1 parent 03818c1 commit 3522fed
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ build_and_run:
DEBIAN_FRONTEND: "noninteractive"
stage: build_and_run
script:
- apt-get update && apt-get install -y --no-install-recommends freeglut3-dev libxkbcommon-x11-0 libdbus-1-3
- pip install poetry
- poetry --version
- poetry install
- poetry run python src/main.py
- |
apt-get update && apt-get install -y --no-install-recommends freeglut3-dev libxkbcommon-x11-0 libdbus-1-3
pip install poetry
poetry install --no-interaction --no-root -E build -E format # https://github.com/python-poetry/poetry/issues/1227
source $VENV
yapf -drp --no-local-style --style "facebook" src/

0 comments on commit 3522fed

Please sign in to comment.