Skip to content

Commit

Permalink
testing fix for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Aug 13, 2024
1 parent bcc2662 commit ef2d868
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.8, 3.9, 3.10]
os: [ubuntu-latest, macos-latest] # Add macOS to the matrix
python-version: [3.10, 3.11, 3.12]

runs-on: ${{ matrix.os }}

steps:
- name: Check out repository code
Expand Down

0 comments on commit ef2d868

Please sign in to comment.