Skip to content

Commit

Permalink
fixing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanaliouchouche committed Jun 23, 2024
1 parent 51ee092 commit 23a8e0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: KANBert unit tests
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: [3.11]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 23a8e0b

Please sign in to comment.