Skip to content

Commit

Permalink
manage dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pirocheto committed Nov 27, 2023
1 parent 9ff0c26 commit 032cdd9
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 2,096 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Publish Model
run-name: Publish Model
name: Run Test
run-name: Run Test
on:
push:
branches:
Expand All @@ -21,7 +21,7 @@ jobs:
virtualenvs-in-project: true
- name: Install dependencies
run: |
poetry install --no-root --no-interaction --with test
poetry install --no-root --no-interaction --only test
- name: Pull model
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
Loading

0 comments on commit 032cdd9

Please sign in to comment.