Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed Apr 19, 2024
1 parent e2aade4 commit bbe693a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 43 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/pypi-publish.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/pythoh-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ data
result.json

# saved model
checkpoints
checkpoints

build
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npnn
. # npnn

0 comments on commit bbe693a

Please sign in to comment.