Skip to content

Commit 7023a18

Browse files
committed
fixing the rye issue
1 parent 2446a36 commit 7023a18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/agentex-tutorials-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ jobs:
2121
- name: Install Rye
2222
run: |
2323
curl -sSf https://rye.astral.sh/get | bash
24+
# Source the rye environment as recommended by the installer
25+
source "$HOME/.rye/env"
26+
# Add to PATH for subsequent steps
2427
echo "$HOME/.rye/shims" >> $GITHUB_PATH
28+
# Verify installation
29+
which rye
30+
rye --version
2531
env:
2632
RYE_VERSION: "0.44.0"
2733
RYE_INSTALL_OPTION: "--yes"

0 commit comments

Comments
 (0)