Kaydet (Commit) 9ff6b541 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Fixed requirements

üst b14292fb
...@@ -17,12 +17,14 @@ jobs: ...@@ -17,12 +17,14 @@ jobs:
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install curl - name: Updating repositories
run: |
sudo apt update
- name: Installing curl curl
run: | run: |
sudo apt update
sudo apt install libcurl4-openssl-dev sudo apt install libcurl4-openssl-dev
- name: Install dependencies - name: Install requirements
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
export PYCURL_SSL_LIBRARY=openssl export PYCURL_SSL_LIBRARY=openssl
......
pycurl --global-option="--with-openssl" pycurl --global-option="--with-openssl"
-e git://github.com/Zaryob/iksemel#egg=ciksemel -e git://github.com/Zaryob/iksemel@ciksemel-1#egg=ciksemel
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment