Skip to content

more nodalida work with rat and domain evaluation #102

more nodalida work with rat and domain evaluation

more nodalida work with rat and domain evaluation #102

Workflow file for this run

name: Test Run
on: [push, pull_request]
jobs:
test-run:
runs-on: ubuntu-18.04
steps:
- name: Checkout repository files
uses: actions/checkout@v2
- name: Edit Makefile
run: |
sed -i 's/^NUM_GPUS=8/NUM_GPUS=0/' Makefile
sed -i 's/^SHARED_ROOT.*/SHARED_ROOT=\/tmp/' Makefile
- name: Install necessary dependencies
run: |
make conda
make snakemake
make git-modules
- name: Dry run
run: make dry-run