Skip to content

Data-driven merge_config_changes(), bump version (v0.6.1) #143

Data-driven merge_config_changes(), bump version (v0.6.1)

Data-driven merge_config_changes(), bump version (v0.6.1) #143

Workflow file for this run

name: macOS Tests
on: [push, pull_request]
jobs:
test-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
pip3 install -e .
- name: Run macOS tests
env:
WNM_TEST_MODE: 1
run: |
chmod +x scripts/test-macos.sh
./scripts/test-macos.sh