Skip to content

Commit

Permalink
Test pushes to main, but only use ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviernogueira committed Dec 1, 2023
1 parent 585cee5 commit 85bb203
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ name: tests

on:
pull_request:
push:
branches: [main]

jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11"]
os: [windows-latest, ubuntu-latest, macos-latest]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 85bb203

Please sign in to comment.