Skip to content

Commit

Permalink
refactor: Rm java steps in linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Jun 21, 2024
1 parent 137da73 commit 0d90bd0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/python-package-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install '.[test]'
- 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 linux depencies with apt
run: |
sudo apt update
sudo apt install -y libgeos-dev
shell: sh
- name: Test with pytest
run: |
pytest

0 comments on commit 0d90bd0

Please sign in to comment.