Skip to content

Commit

Permalink
Test Self Hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Jun 18, 2023
1 parent 0c45922 commit fa4ae41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-pypi-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install poetry
working-directory: ./extensions/underthesea_core
run: |
echo "Current directory is $PWD"
echo "Home is $HOME"
mkdir "${PWD}/poetry"
curl -sSL https://install.python-poetry.org | POETRY_HOME=${PWD}/poetry python -
- name: Install package deps
working-directory: ./extensions/underthesea_core
run: |
Expand Down

0 comments on commit fa4ae41

Please sign in to comment.