File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5858 pip install "$WHEEL_FILE"
5959
6060 # Verify CLI is available
61- agentex --version
61+ agentex --help | head -n 5
6262
6363 # Store wheel path for later use if needed
6464 echo "AGENTEX_WHEEL=$WHEEL_FILE" >> $GITHUB_ENV
@@ -107,7 +107,7 @@ jobs:
107107
108108 run-agentex-tests :
109109 runs-on : ubuntu-latest
110- if : needs.detect-changes.outputs.changed-tutorials != "run"
110+ if : false # Disabled - not running this job for now
111111 steps :
112112 - name : Checkout code
113113 uses : actions/checkout@v3
@@ -139,7 +139,7 @@ jobs:
139139 pip install "$WHEEL_FILE"
140140
141141 # Verify CLI is available
142- agentex --version
142+ agentex --help | head -n 5
143143
144144 # Store wheel path for later use if needed
145145 echo "AGENTEX_WHEEL=$WHEEL_FILE" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 2121 curl -sSf https://rye.astral.sh/get | bash
2222 echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323 env :
24- RYE_VERSION : ' 0.44.0'
25- RYE_INSTALL_OPTION : ' --yes'
24+ RYE_VERSION : " 0.44.0"
25+ RYE_INSTALL_OPTION : " --yes"
2626
2727 - name : Publish to PyPI
2828 run : |
You can’t perform that action at this time.
0 commit comments