Skip to content

Debugged update_model.py #21

Debugged update_model.py

Debugged update_model.py #21

Workflow file for this run

name: memote
on:
push:
branches:
- main
jobs:
report:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install memote==0.14.0 depinfo==1.7.0 numpy==1.26.4
- name: Run memote on deployment branch
env:
HEAD_REF: ${{ github.ref_name }}
run: bash ./csc009/scripts/ghactions_deploy.sh