From e449a6800241dc74b5d08a4cbfd788354bb35118 Mon Sep 17 00:00:00 2001 From: Vu Anh Date: Sun, 18 Jun 2023 10:38:57 +0700 Subject: [PATCH] Test Self Hosted --- .github/workflows/release-pypi-core-mac.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-pypi-core-mac.yml b/.github/workflows/release-pypi-core-mac.yml index 044d09a9..a2d3c245 100644 --- a/.github/workflows/release-pypi-core-mac.yml +++ b/.github/workflows/release-pypi-core-mac.yml @@ -18,4 +18,6 @@ jobs: - name: Install package deps working-directory: ./extensions/underthesea_core run: | - ls \ No newline at end of file + # add poetry to path + echo "${PWD}/poetry/bin" >> $GITHUB_PATH + poetry \ No newline at end of file