Skip to content

Commit

Permalink
chore: remove mac github test runner
Browse files Browse the repository at this point in the history
The remote runner was failing to resolve the test paths correctly; it was adding the top level directory to the project root twice, thus making all test directory variables incorrect.
  • Loading branch information
roryai committed Jan 9, 2024
1 parent 318fcdd commit a0da879
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/push_event_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ name: Push Event Workflow
on: push

jobs:
unit-testing-mac:
name : MacOS tests
runs-on: macos-latest
steps:
- name : Checkout code
uses : actions/checkout@v2
- name : Install Packages
run : pip install -r requirements.txt
- name : Run MacOS tests
run : pytest test/
unit-testing-windows:
name : Windows tests
runs-on: windows-latest
Expand Down

0 comments on commit a0da879

Please sign in to comment.