mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Revert "Do test with Windows on GitHub Actions"
This reverts commit 51cca58094
.
This commit is contained in:
parent
51cca58094
commit
a69bea29e9
21
.github/workflows/main.yml
vendored
21
.github/workflows/main.yml
vendored
@ -1,21 +0,0 @@
|
||||
name: CI on Windows
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
architecture: [x86, x64]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
architecture: ${{ matrix.architecture }}
|
||||
- name: Install dependencies
|
||||
run: pip install -U tox
|
||||
- name: Run Tox
|
||||
run: tox -e py
|
Loading…
Reference in New Issue
Block a user