Skip to content

Commit

Permalink
Merge branch 'dev' into feature/57-integrate-tsam
Browse files Browse the repository at this point in the history
  • Loading branch information
nailend committed Jan 12, 2024
2 parents 013b487 + 3c20013 commit 67a74f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.9', '3.10' ]
python-version: [ '3.10' ]
fail-fast: false

# Steps represent a sequence of tasks that will be executed as part of the job
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
Expand Down Expand Up @@ -65,4 +66,4 @@ jobs:
# check-manifest .
# black --check .
# flake8 src tests
# isort --verbose --check-only --diff src tests
# isort --verbose --check-only --diff src tests

0 comments on commit 67a74f4

Please sign in to comment.