Skip to content

try to fix netbsd conf #16

try to fix netbsd conf

try to fix netbsd conf #16

Workflow file for this run

# https://github.com/vmactions/openbsd-vm
on: [push, pull_request]
name: openbsd
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.sha || '' }}
cancel-in-progress: true
jobs:
py3-openbsd:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Run tests
id: test
uses: vmactions/openbsd-vm@v0
with:
usesh: true
prepare: |
pkg_add gcc python3
run: |
set +e
make install-pip
python3 -m pip install --user setuptools
make install
make test
make test-memleaks