Skip to content

Commit

Permalink
do not test windows in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfarouk committed Mar 2, 2024
1 parent 4e427ed commit eafb8bd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
name: CI-Dev

on: [push]

jobs:
install-dev:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]

os: ["ubuntu-latest", "macos-latest"]
name: "Verify dev env"
runs-on: "${{ matrix.os }}"

steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v2"
with:
python-version: '3.12'
python-version: "3.12"
- name: "Install in dev mode"
run: |
python -m pip install -U pip wheel setuptools
Expand Down

0 comments on commit eafb8bd

Please sign in to comment.