From 77170c394ccd70788dbae0ddcecfd325d2670060 Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Sun, 30 Jun 2024 04:09:33 +0000 Subject: [PATCH] testing :construction: --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..1d1b79d --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +on: push + +name: Reproducibility + +jobs: + render: + name: Render assignment + runs-on: self-hosted + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + steps: + - uses: actions/checkout@v2 + - name: Install Dependencies + run: |- + pip install -e requirements.txt + - name: test + run: |- + jupyter execute climate.ipynb