From 535c5c67886d4907b5a5f3fa2fc8e91b16075b2f Mon Sep 17 00:00:00 2001 From: "Dishu(Lester) Lyu" Date: Thu, 14 Sep 2023 14:58:32 -0400 Subject: [PATCH 1/2] Update test-deploy.yml --- .github/workflows/test-deploy.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 4e999b2..91c0d9b 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -12,19 +12,19 @@ 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 -m src.main - name: Deploy Ontologies to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./ontologies \ No newline at end of file + publish_dir: ./ontologies From 658a254107b7fd419242c7a0fdc88136d601672c Mon Sep 17 00:00:00 2001 From: "Dishu(Lester) Lyu" Date: Thu, 14 Sep 2023 14:59:30 -0400 Subject: [PATCH 2/2] Update test-deploy.yml --- .github/workflows/test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 91c0d9b..a670212 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -21,7 +21,7 @@ jobs: run: pip3 install git+https://github.com/csse-uoft/owlready2.git - name: Test ontologies - run: python -m src.main + run: python tests/test.py - name: Deploy Ontologies to GitHub Pages uses: peaceiris/actions-gh-pages@v3