Skip to content

Commit

Permalink
Add setuptools as a dependency for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Oct 27, 2023
1 parent 33bdd58 commit fb256b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process-building-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
DB_PASSWORD: ${{ secrets.UPLOAD_GRAPH_STORE_PASSWORD }}
run: |
python -m pip install -U pip
python -m pip install ogc-na
python -m pip install ogc-na setuptools
python -m ogc.na.update_vocabs .catalog.ttl -m bblocks.ttl \
--update --graph-store ${{ vars.UPLOAD_GRAPH_STORE_URL }}
Expand Down

0 comments on commit fb256b8

Please sign in to comment.