Skip to content

Commit

Permalink
Retiring PyAtlas build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieun authored May 1, 2024
1 parent 5936da5 commit fa9a0cd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
uses: actions/[email protected]
with:
java-version: 11.0.2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install Virtualenv
run: pip install virtualenv
# - name: Set up Python
# uses: actions/setup-python@v2
# with:
# python-version: 3.7
# - name: Install Virtualenv
# run: pip install virtualenv
- name: Install GEOS
run: sudo apt-get install libgeos-dev
- name: Grant execute permission for gradlew
Expand All @@ -43,10 +43,10 @@ jobs:
run: .github/workflow_scripts/update_project_version.sh

# Quality Checks
- name: ShellCheck PyAtlas
run: shellcheck pyatlas/*.sh
- name: Build PyAtlas
run: ./gradlew cleanPyatlas buildPyatlas
# - name: ShellCheck PyAtlas
# run: shellcheck pyatlas/*.sh
# - name: Build PyAtlas
# run: ./gradlew cleanPyatlas buildPyatlas
- name: Quality checks (No tests)
run: ./gradlew jar check -x test -x integrationTest
- name: Tests
Expand Down

0 comments on commit fa9a0cd

Please sign in to comment.