diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd06b9f..689e364 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] python: ['3.7', '3.8'] spawn_backend: ['trio', 'mp'] steps: diff --git a/tests/test_streaming.py b/tests/test_streaming.py index 8d06478..17ab9ea 100644 --- a/tests/test_streaming.py +++ b/tests/test_streaming.py @@ -241,7 +241,7 @@ def test_not_fast_enough_quad( results = tractor.run(cancel_after, delay, arbiter_addr=arb_addr) system = platform.system() if system in ('Windows', 'Darwin') and results is not None: - # In Windows CI it seems later runs are quicker then the first + # In CI envoirments it seems later runs are quicker then the first # so just ignore these print(f"Woa there {system} caught your breath eh?") else: