Serialize PMB to PFP-CIDOC #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Serialize PMB to PFP-CIDOC | |
on: | |
workflow_dispatch: | |
jobs: | |
download: | |
name: serialize PMB to PFP-CIDOC | |
runs-on: ubuntu-latest | |
env: | |
OWNCLOUD_USER: ${{ secrets.OWNCLOUD_USER }} | |
OWNCLOUD_PW: ${{ secrets.OWNCLOUD_PW }} | |
NO_LIMIT: 1 | |
steps: | |
- name: Perfom Checkout | |
uses: actions/checkout@v4 | |
- name: Install Python Packages | |
run: | | |
pip install -r requirements.txt | |
- name: dump the data | |
run: ./scripts/build_graph.sh |