Skip to content

Commit

Permalink
🔧 Fix imports status
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Jul 29, 2024
1 parent 4116bd0 commit ffa8450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_import.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Test Package Import

on: [push, pull_request]
on: [pull_request]

jobs:
test-import:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest]
python-version: ['3.10', '3.12']

steps:
- name: Checkout code
Expand Down

0 comments on commit ffa8450

Please sign in to comment.