Skip to content

updated the tracker docs with the cleanup sequence--need to test #441

updated the tracker docs with the cleanup sequence--need to test

updated the tracker docs with the cleanup sequence--need to test #441

Workflow file for this run

name: requirements
on: [pull_request, push]
jobs:
requirements:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install notebook environment
run: |
python -m pip install --upgrade pip wheel
pip install -r requirements.txt