Skip to content

Commit

Permalink
Merge pull request #1188 from microbiomedata/issue-1175-napa-testing
Browse files Browse the repository at this point in the history
prep for migration action: poetry setup before build
  • Loading branch information
turbomam authored Oct 13, 2023
2 parents be6980d + 3d6ac17 commit d74b0d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ jobs:
migration-with-java-job:
runs-on: ubuntu-latest
steps:
- name: Install Poetry
uses: snok/install-poetry@v1.3
- uses: actions/checkout@v3
- name: Install dependencies
run: poetry install --no-interaction --no-root
- name: Install library
run: poetry install --no-interaction
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
Expand Down

0 comments on commit d74b0d6

Please sign in to comment.