From 6959642b5264ec8d60d97ad8140a19d078d60642 Mon Sep 17 00:00:00 2001 From: Kevin Barnard Date: Mon, 4 Nov 2024 15:32:04 -0800 Subject: [PATCH] chore: update CI/CD workflow to set PATH for Rye installation --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 30cf28e..1a7ed51 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -87,6 +87,7 @@ jobs: - name: Install Rye run: | curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.38.0" RYE_INSTALL_OPTION="--yes" bash + echo "PATH="${HOME}/.rye/shims:${PATH}" >> $GITHUB_ENV - name: Build run: |