diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 05d3adb..d8eea54 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -29,14 +29,6 @@ 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: Run All tests, including integration & sanitycheck run: | pytest --runinteg --sanitycheck diff --git a/.github/workflows/quarto-render.yml b/.github/workflows/quarto-render.yml index 6c4a28b..57562a4 100644 --- a/.github/workflows/quarto-render.yml +++ b/.github/workflows/quarto-render.yml @@ -23,14 +23,6 @@ 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 linux depencies with apt run: | sudo apt update