Skip to content

Commit

Permalink
Release version 3.9.1 Merge pull request #456 from sentinel-hub/develop
Browse files Browse the repository at this point in the history
Release version 3.9.1
  • Loading branch information
zigaLuksic authored May 4, 2023
2 parents b953e8f + 38bd150 commit 3daf62c
Show file tree
Hide file tree
Showing 11 changed files with 1,948 additions and 1,923 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
run: mypy sentinelhub

- name: Run pylint
if: success() || failure() # always() has the issue that it also runs when cancelled
run: pylint sentinelhub

test-on-github:
Expand All @@ -67,6 +68,7 @@ jobs:
python-version:
- "3.9"
- "3.10"
- "3.11"
include:
# A flag marks whether full or partial tests should be run
# We don't run integration tests on pull requests from outside repos, because they don't have secrets
Expand Down Expand Up @@ -101,7 +103,7 @@ jobs:
--aws_secret_access_key "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
pytest --cov --cov-report=term --cov-report=xml
- name: Run pylint and reduced tests
- name: Run reduced tests
if: ${{ !matrix.full_test_suite }}
run: |
pytest -m "not sh_integration and not aws_integration"
Expand Down
Loading

0 comments on commit 3daf62c

Please sign in to comment.