Skip to content

Commit

Permalink
Merge branch 'ci/github/drop-old-gha' into 'main'
Browse files Browse the repository at this point in the history
CI: Drop old GHA workflows

See merge request heka/medkit!232

changelog: CI: Drop old GHA workflows
  • Loading branch information
ghisvail committed Nov 22, 2023
2 parents 7f70902 + 25b560b commit 3e4a487
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 62 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/github-actions.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
steps:
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ repos:
- id: flake8

default_language_version:
python: python3.11
python: python3

0 comments on commit 3e4a487

Please sign in to comment.