Skip to content

Update download_checkpoints.sh to fetch checkpoints from a new URL an… #11

Update download_checkpoints.sh to fetch checkpoints from a new URL an…

Update download_checkpoints.sh to fetch checkpoints from a new URL an… #11

Workflow file for this run

name: Unit tests
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ '*' ]
jobs:
pytest:
runs-on: ubuntu-latest
container:
image: jobirk/pytorch-image:latest
steps:
- uses: actions/checkout@v3
- name: Test with pytest
run: bash -c "source /opt/conda/bin/activate && export PYTHONPATH=$PWD:$PYTHONPATH && pytest"