Skip to content

Pin st3 versions of the org plugins #61

Pin st3 versions of the org plugins

Pin st3 versions of the org plugins #61

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Update pip and install pytest
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Run repository tests
run: pytest