Unverified Kaydet (Commit) 98085145 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Workflow again

üst 48fedf6f
......@@ -17,6 +17,12 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install curl
run: |
apt update
apt upgrade
apt install libcurl4-openssl-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
......
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