Skip to content

Commit

Permalink
chore: Update runners, rm java install step
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Jul 4, 2024
1 parent 10c8e63 commit 1e09d3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install '.[test,dev]'
- name: Install java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11.0.21'
- name: Check Java Install
run: |
java --version
# - name: Install java
# uses: actions/setup-java@v3
# with:
# distribution: 'temurin'
# java-version: '11.0.21'
# - name: Check Java Install
# run: |
# java --version
- name: Run All tests, including integration & sanitycheck
run: |
pytest --runinteg --sanitycheck
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/quarto-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install '.[docs]'
- name: Install java
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # sha for 4.2.1
with:
distribution: 'temurin'
java-version: '11.0.21'
- name: Check Java Install
run: |
java --version
# - name: Install java
# uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # sha for 4.2.1
# with:
# distribution: 'temurin'
# java-version: '11.0.21'
# - name: Check Java Install
# run: |
# java --version
- name: Install linux depencies with apt
run: |
sudo apt update
Expand Down

0 comments on commit 1e09d3e

Please sign in to comment.