Skip to content

Merge pull request #57 from Carifio24/usd-path #98

Merge pull request #57 from Carifio24/usd-path

Merge pull request #57 from Carifio24/usd-path #98

Workflow file for this run

name: CI Workflows
on:
push:
branches:
master
pull_request:
permissions:
contents: write
jobs:
initial_checks:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
coverage: false
envs: |
# Code style
- linux: codestyle
tests:
needs: initial_checks
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
display: true
coverage: codecov
libraries: |
apt:
- '^libxcb.*-dev'
- libxkbcommon-x11-0
- libegl1-mesa
- libhdf5-dev
envs: |
- linux: py39-test
- linux: py310-test
- linux: py311-test
- linux: py312-test
- macos: py39-test
- macos: py310-test
- macos: py311-test
- macos: py312-test
- windows: py39-test
- windows: py310-test
- windows: py311-test
- windows: py312-test
deploy-examples:
needs: initial_checks
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy examples to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: examples