Skip to content

Commit

Permalink
remove schematic step (commented out)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed Jan 14, 2025
1 parent 874596f commit 6de48bd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/update-oc-db-csv-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
pip install gspread pandas numpy
python3 apps/openchallenges/db-update/update_db_csv.py
# - name: Install schematic and validate files
# shell: bash
# run: |
# python3.10 -m venv .venv
# chmod 755 .venv/bin/activate
# source .venv/bin/activate
# pip3.10 install schematicpy

- name: Get current date
run: |
echo "TODAY=$(date +"%Y-%m-%d")" >> $GITHUB_ENV
Expand Down

0 comments on commit 6de48bd

Please sign in to comment.