Skip to content

Marketplace Update

Marketplace Update #26

Workflow file for this run

name: Marketplace Update
on:
schedule:
- cron: '00 22 * * *'
workflow_dispatch:
jobs:
update-marketplace:
name: Update the MLPro marketplace
runs-on: ubuntu-latest
steps:
- name: Update marketplace
uses: actions/checkout@v4
- run: |
pip3 install dill
pip3 install mlpro
pip3 install PyGithub
python3 ${GITHUB_WORKSPACE}/marketplace/update_marketplace.py