Skip to content

Commit

Permalink
TriBITSPub#377: - removed python3 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jul 19, 2021
1 parent 07e3828 commit f16791e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '2.7'
python-version: '3.9'
architecture: 'x64'
- name: Display Python version
run: |
python -c "import sys; print(sys.version)"
python3 -c "import sys; print(sys.version)"
- name: Install Python dependencies
run: |
pip2 install docutils
pip3 install sphinx sphinx-rtd-theme
- name: Build documentation
working-directory: ${{env.working-directory}}
Expand Down

0 comments on commit f16791e

Please sign in to comment.