Skip to content

Commit e5695a4

Browse files
committed
Fix CI to only run on Linux
1 parent 26299d5 commit e5695a4

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ${{ matrix.os }}
8+
runs-on: ubuntu-latest
99

1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
14-
os: [ubuntu-latest, windows-latest]
13+
python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1514
include:
1615
- python: "3.6"
1716
tox_env: "py36"

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ This plugin **does not work on Windows** because there's no ``fork`` support.
1616

1717
|python| |version| |ci|
1818

19-
.. |version| image:: http://img.shields.io/pypi/v/pytest-mock.svg
20-
:target: https://pypi.python.org/pypi/pytest-mock
19+
.. |version| image:: http://img.shields.io/pypi/v/pytest-forked.svg
20+
:target: https://pypi.python.org/pypi/pytest-forked
2121

22-
.. |ci| image:: https://github.com/pytest-dev/pytest-mock/workflows/build/badge.svg
23-
:target: https://github.com/pytest-dev/pytest-mock/actions
22+
.. |ci| image:: https://github.com/pytest-dev/pytest-forked/workflows/build/badge.svg
23+
:target: https://github.com/pytest-dev/pytest-forked/actions
2424

25-
.. |python| image:: https://img.shields.io/pypi/pyversions/pytest-mock.svg
26-
:target: https://pypi.python.org/pypi/pytest-mock/
25+
.. |python| image:: https://img.shields.io/pypi/pyversions/pytest-forked.svg
26+
:target: https://pypi.python.org/pypi/pytest-forked/
2727

2828
Installation
2929
-----------------------

0 commit comments

Comments
 (0)