Skip to content

Commit ce263ca

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
run: |
2323
curl -sSf https://rye.astral.sh/get | bash
2424
echo "$HOME/.rye/shims" >> $GITHUB_PATH
25+
# Verify installation and reload PATH
26+
source ~/.bashrc || true
27+
hash -r # Clear the command hash table
28+
which rye # Verify rye is found
29+
rye --version # Verify rye works
2530
env:
2631
RYE_VERSION: "0.44.0"
2732
RYE_INSTALL_OPTION: "--yes"

0 commit comments

Comments
 (0)