Skip to content

Commit ff04e05

Browse files
committed
revert name
1 parent 4bebbd2 commit ff04e05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/agentex-tutorials-test.yml renamed to .github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
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: |

0 commit comments

Comments
 (0)