Skip to content

Commit

Permalink
no gw
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Nov 15, 2024
1 parent 776bec1 commit 33ad8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install types-simplejson types-requests types-click
python -m pip install oda-knowledge-base[rdf,cwl]
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install .[test,extra-test,gw,ontology]
pip install .[test,extra-test,ontology]
curl -o tests/oda-ontology.ttl https://raw.githubusercontent.com/oda-hub/ontology/main/ontology.ttl
- name: Lint with flake8
Expand Down

0 comments on commit 33ad8ce

Please sign in to comment.