Skip to content
Snippets Groups Projects
Commit 144abc60 authored by Leo's avatar Leo
Browse files

fix: add poetry in script

parent b2c1f0f8
Branches
No related tags found
No related merge requests found
Pipeline #291426 failed
build: build:
image: python:3.12 image: python:3.12
stage: build stage: build
before_script:
- pip install poetry
script: script:
- echo "Building the Git Profile Manager (wheel)" - echo "Building the Git Profile Manager (wheel)"
- make build - make build
......
...@@ -5,8 +5,7 @@ ...@@ -5,8 +5,7 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="2f47370d-26d1-4fc6-a93f-363c8b4c6e5a" name="Changes" comment=""> <list default="true" id="2f47370d-26d1-4fc6-a93f-363c8b4c6e5a" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.gitlab-ci.yml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gitlab-ci.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.gitlab-ci.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -84,7 +83,7 @@ ...@@ -84,7 +83,7 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1724140762915</updated> <updated>1724140762915</updated>
<workItem from="1724140765116" duration="10726000" /> <workItem from="1724140765116" duration="10726000" />
<workItem from="1724224393281" duration="5773000" /> <workItem from="1724224393281" duration="5854000" />
</task> </task>
<servers /> <servers />
</component> </component>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment