diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1346b51c3..8daaf862b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: @@ -25,12 +25,12 @@ jobs: uses: actions/setup-java@v1.4.3 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 @@ -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 diff --git a/LICENSE b/LICENSE index fa783a9ca9..836baca065 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2023, Apple Inc. All rights reserved. +Copyright (c) 2015-2024, Apple Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: