Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed May 7, 2024
1 parent b428811 commit e264227
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 245 deletions.
120 changes: 0 additions & 120 deletions .github/workflows/operation-test-with-jupyter.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5.1.0
with:
python-version: "3.x"
- name: Install dependencies
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/[email protected].10
uses: pypa/[email protected].14
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test-convertanything:
uses: ./.github/workflows/test-with-ezlocalai.yml
uses: devxt-llc/ezlocalai/.github/workflows/test-with-ezlocalai.yml@main
with:
additional-python-dependencies: pydantic
clone-repo: true
121 changes: 0 additions & 121 deletions .github/workflows/test-with-ezlocalai.yml

This file was deleted.

0 comments on commit e264227

Please sign in to comment.