diff options
| author | sigoden <sigoden@gmail.com> | 2024-06-06 09:38:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 09:38:48 +0800 |
| commit | d8eeb55578543b7e35c8ea7c38a46b0786e71052 (patch) | |
| tree | a8f9a1df2ef837f7c65d02e282a39b4d511ceb7f /.github/workflows | |
| parent | 4052bc944eea096d66bbfe23ded12f8d853cb848 (diff) | |
| download | llm-functions-docker-d8eeb55578543b7e35c8ea7c38a46b0786e71052.tar.gz | |
feat: remove ruby (#20)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 645dc8b..7fcea51 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,10 +40,5 @@ jobs: with: python-version: '3.11' - - name: Setup Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.3' - - name: Run Test run: argc test
\ No newline at end of file |
