Skip to content

Commit

Permalink
Merge branch 'main' of github.com:csse-uoft/ontologies
Browse files Browse the repository at this point in the history
  • Loading branch information
LesterLyu committed Sep 14, 2023
2 parents 2232982 + 658a254 commit 677b397
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9
architecture: x64
uses: actions/setup-python@v3
with:
python-version: 3.9
architecture: x64

- name: Install owlready2
run: pip3 install git+https://github.com/csse-uoft/owlready2.git
run: pip3 install git+https://github.com/csse-uoft/owlready2.git

- name: Test ontologies
run: python -m src.main
run: python tests/test.py

deploy:
runs-on: ubuntu-latest
Expand All @@ -33,4 +33,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./ontologies
publish_dir: ./ontologies

0 comments on commit 677b397

Please sign in to comment.