We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bebbd2 commit ff04e05Copy full SHA for ff04e05
.github/workflows/agentex-tutorials-test.yml renamed to .github/workflows/main.yml
@@ -107,7 +107,7 @@ jobs:
107
108
run-agentex-tests:
109
runs-on: ubuntu-latest
110
- if: needs.detect-changes.outputs.changed-tutorials != "run"
+ if: false # Disabled - not running this job for now
111
steps:
112
- name: Checkout code
113
uses: actions/checkout@v3
.github/workflows/publish-pypi.yml
@@ -21,8 +21,8 @@ jobs:
21
curl -sSf https://rye.astral.sh/get | bash
22
echo "$HOME/.rye/shims" >> $GITHUB_PATH
23
env:
24
- RYE_VERSION: '0.44.0'
25
- RYE_INSTALL_OPTION: '--yes'
+ RYE_VERSION: "0.44.0"
+ RYE_INSTALL_OPTION: "--yes"
26
27
- name: Publish to PyPI
28
run: |
0 commit comments