Skip to content

Commit

Permalink
testing 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jun 30, 2024
1 parent fbaa658 commit 77170c3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77170c3

Please sign in to comment.