mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
Must use virtualenv-3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
image: docker.io/ofalk/fedora28-python3
|
||||
|
||||
before_script:
|
||||
- virtualenv -p python3 /tmp/.virtualenv
|
||||
- virtualenv-3 -p python3 /tmp/.virtualenv
|
||||
- source /tmp/.virtualenv/bin/activate
|
||||
- pip install Pillow
|
||||
- pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user