please work

This commit is contained in:
Slluxx 2020-05-15 05:24:53 +02:00 committed by GitHub
parent 31c5c5fdf3
commit 9af72ccb6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ jobs:
python-version: 3.8.2
- name: Install dependencies
run: |
sudo apt-get install python3-pip
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
python -m pip install --upgrade pip
if [ -f ./builder/requirements.txt ]; then pip3 install -r requirements.txt; fi
- name: Create config script
env:
gitPass: ${{ secrets.SLX_GIT_PASS }}