Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Aug 18, 2021
1 parent 0147681 commit f2117d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
BUILD_FOLDER: "ontology/build"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
python-version: 3.9

- name: Install Python dependencies
run:
python -m pip install -U pip setuptools
python -m pip install -U pip setuptools wheel
pip install -r ontology/gh_pages/requirements.txt

- name: Make GH Pages
Expand Down
2 changes: 1 addition & 1 deletion ontology/gh_pages/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jinja2==3.0.0rc1
jinja2==3.0.1

0 comments on commit f2117d5

Please sign in to comment.