Skip to content

Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 #523

Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7

Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 #523

Workflow file for this run

name: CI - macos
on:
push:
paths:
- '.github/**'
- '**/*.pyx'
- '**/*.cpp'
- 'setup.py'
- 'environment.yml'
jobs:
macos:
name: "MacOS - tests - Python ${{ matrix.PYTHON_VERSION }}"
runs-on: macos-latest
env:
CI: True
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
strategy:
fail-fast: true
matrix:
PYTHON_VERSION: ['3.7']
steps:
- name: Checkout branch
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
with:
miniforge-variant: Mambaforge
miniforge-version: 4.10.3-6
use-mamba: true
- name: Run Unit Tests
shell: bash -l {0}
run: ./.github/workflows/macos.sh