Skip to content

Commit

Permalink
add dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Jul 3, 2024
1 parent 92e9ac0 commit 9fa3c42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-with-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ jobs:
working-directory: tests/testapps/production-deployment-with-tests-java
run: mvn -B package -Dvespa.compile.version="$(cat target/vespa.compile.version)"

# Upload artifacts to be used in the deploy job
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: target/*
name: applicationpackage
# # Upload artifacts to be used in the deploy job
# - name: Upload artifacts
# uses: actions/upload-artifact@v4
# with:
# path: target/*
# name: applicationpackage

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip" # caching pip dependencies
- name: Install dependencies
run: pip install pyvespa vespacli
run: pip install pyvespa vespacli python-dateutil

- name: Deploy to prod
env:
Expand Down

0 comments on commit 9fa3c42

Please sign in to comment.