Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed May 9, 2024
1 parent 6d35aa8 commit 7f49174
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,20 +177,23 @@ jobs:
run: |
which python
which pip
ln -s `which python` /usr/bin/python
ln -s `which pip` /usr/bin/pip
# ln -s `which python` /usr/bin/python
# ln -s `which pip` /usr/bin/pip
echo "$Python3_ROOT_DIR/bin" >> $GITHUB_PATH
echo $GITHUB_PATH
- name: Install tools
run: |
apt-get update
apt-get install -y wget curl postgresql-client build-essential pkg-config libssl-dev git sqlite3 libsqlite3-dev mysql-client libmysqlclient-dev libicu66 libkrb5-dev libclang-dev libc6
apt-get install -y wget curl postgresql-client build-essential pkg-config libssl-dev git sqlite3 libsqlite3-dev mysql-client libmysqlclient-dev libicu66 libkrb5-dev libclang-dev
env:
DEBIAN_FRONTEND: noninteractive

- name: install poetry
run: |
python -m pip install poetry
poetry --version
- uses: Gr1N/setup-poetry@v9
# - name: install poetry
# run: |
# python -m pip install poetry
# poetry --version

- uses: extractions/setup-just@v2

Expand Down

0 comments on commit 7f49174

Please sign in to comment.