add setup.sh
This commit is contained in:
parent
ef9612ed1e
commit
4774e0e47b
|
|
@ -5,7 +5,7 @@
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="29e8f12f-1d00-4e65-8b7a-d266f481ff29" name="更改" comment="">
|
<list default="true" id="29e8f12f-1d00-4e65-8b7a-d266f481ff29" name="更改" comment="">
|
||||||
<change afterPath="$PROJECT_DIR$/setup.sh" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/setup.sh" beforeDir="false" afterPath="$PROJECT_DIR$/setup.sh" 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" />
|
||||||
|
|
@ -117,7 +117,7 @@
|
||||||
<workItem from="1779096652209" duration="2278000" />
|
<workItem from="1779096652209" duration="2278000" />
|
||||||
<workItem from="1779170746673" duration="525000" />
|
<workItem from="1779170746673" duration="525000" />
|
||||||
<workItem from="1779673152455" duration="4561000" />
|
<workItem from="1779673152455" duration="4561000" />
|
||||||
<workItem from="1779779192025" duration="5502000" />
|
<workItem from="1779779192025" duration="5854000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|
|
||||||
2
setup.sh
2
setup.sh
|
|
@ -1,5 +1,5 @@
|
||||||
apt install -y python3.12-dev python3.12-venv
|
apt install -y python3.12-dev python3.12-venv
|
||||||
python3 -m venv .venv --include-system-site-packages
|
python3 -m venv .venv --system-site-packages
|
||||||
.venv/bin/python3.12 -m pip install -r requirements.txt
|
.venv/bin/python3.12 -m pip install -r requirements.txt
|
||||||
playwright install
|
playwright install
|
||||||
playwright install-deps
|
playwright install-deps
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue