Skip to content

Commit

Permalink
TriBITSPub#386: - setting up github action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jul 1, 2021
1 parent e051a5b commit 099882b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
architecture: 'x64'
- name: Install dependencies
run: |
apt install python3-pip
apt install python-pip
sudo apt install python3-pip
sudo apt install python-pip
python2 -m pip install --upgrade pip
pip2 install -r requiremnts.txt
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 099882b

Please sign in to comment.