diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 16:43:24 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 16:43:24 -0700 |
commit | 5fd25cb9bc3bc647fa122a2eededa28556b94bbc (patch) | |
tree | dcc58a5154af661bfbd5d569cc6ff13d5b2237b3 | |
parent | 398c48305640ae4623c4b04589bafd36c6de0f3b (diff) | |
download | sncontinue-5fd25cb9bc3bc647fa122a2eededa28556b94bbc.tar.gz sncontinue-5fd25cb9bc3bc647fa122a2eededa28556b94bbc.tar.bz2 sncontinue-5fd25cb9bc3bc647fa122a2eededa28556b94bbc.zip |
use correct poetry path
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1ae87cc5..c55027fa 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -81,7 +81,7 @@ jobs: - name: Install Python dependencies run: | cd continuedev - poetry install + /Users/runner/.local/bin/poetry install - name: Cache extension node_modules uses: actions/cache@v2 |