Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: 2.7 macos
  • Loading branch information
MylesBorins committed Apr 2, 2020
commit ff117fb70e2f401b5d6ae1b83c698aa6b2e206b3
4 changes: 2 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test-macOS
on: [push, pull_request]

env:
PYTHON_VERSION: 3.8
PYTHON_VERSION: 2.7
FLAKY_TESTS: dontcare

jobs:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v1
with:
PYTHON_VERSION: ${{ env.PYTHON_VERSION }}
python-version: ${{ env.PYTHON_VERSION }}
- name: Environment Information
run: npx envinfo
- name: Build
Expand Down