Skip to content

Commit

Permalink
feat: better pip install (future ready)
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 28, 2021
1 parent f7e35c6 commit 5df4040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
wget https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6.tar.gz && tar -zxvf cmake-3.16.6.tar.gz && cd cmake-3.16.6 && ./bootstrap && make && make install
- name: Build & Install Dependencies
run: |
apt-get update && apt-get install -y -q python python-pip python-dev libpng-dev
apt-get update && apt-get install -y -q python python-dev libpng-dev
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py && python get-pip.py
pip install --upgrade "conan<1.25" urllib3
conan install . --build
- name: Build P(NG)Convert
Expand Down

0 comments on commit 5df4040

Please sign in to comment.