Skip to content

Merge pull request #634 from hubmapconsortium/jpuerto/visium-dir-sche… #1634

Merge pull request #634 from hubmapconsortium/jpuerto/visium-dir-sche…

Merge pull request #634 from hubmapconsortium/jpuerto/visium-dir-sche… #1634

Workflow file for this run

name: Run Python Tests
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
export COMMONS_BRANCH=main; pip install -r src/requirements.txt
- name: Run tests
run: nose2 --verbose