Skip to content

Commit

Permalink
disabled CI/Windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nerohmot committed Feb 19, 2021
1 parent daa4bf5 commit 579c0c6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ jobs:
run: twine check dist/*
- name: Check manifest
run: check-manifest
test-windows:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Setup dependencies
run: |
pip install -r requirements/run.txt
pip install -r requirements/test.txt
- name: Run tests
run: pytest tests/ --cov=Semi_ATE
- name: Create package
run: python setup.py sdist
- name: Check package
run: twine check dist/*
- name: Check manifest
run: check-manifest
# test-windows:
# runs-on: windows-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: Setup python
# uses: actions/setup-python@v2
# with:
# python-version: '3.8'
# - name: Setup dependencies
# run: |
# pip install -r requirements/run.txt
# pip install -r requirements/test.txt
# - name: Run tests
# run: pytest tests/ --cov=Semi_ATE
# - name: Create package
# run: python setup.py sdist
# - name: Check package
# run: twine check dist/*
# - name: Check manifest
# run: check-manifest

0 comments on commit 579c0c6

Please sign in to comment.