Skip to content

Commit

Permalink
Merge pull request #59 from Clinical-Genomics/upgrade_tests_python
Browse files Browse the repository at this point in the history
Upgrade python version in tests action and remove pytest dependency
  • Loading branch information
northwestwitch committed Dec 11, 2023
2 parents e530ce1 + 58d65a6 commit a70cc9a
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8' ]
python-version: [ '3.11' ]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## [unreleased]
### Changed
- Updated version of external images used in GitHub actions
- Updated Python version to v3.11 in tests GitHub action
- Removed pytest from the package dependencies

## [1.4]
### Changed
Expand Down

0 comments on commit a70cc9a

Please sign in to comment.