Skip to content

Add axes and transparent example grid box; how to get molecule coordinates #41

Add axes and transparent example grid box; how to get molecule coordinates

Add axes and transparent example grid box; how to get molecule coordinates #41

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v2
with:
generate-run-shell: true
environment-name: ci
create-args: >-
pillow
pymol-open-source
pyopengl
pytest
requests
biopython
- name: Test
run: python3 -m pytest -v
shell: micromamba-shell {0}