Skip to content

Commit

Permalink
Use new require tags. [build wheel]
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Nov 28, 2019
1 parent 791c9dd commit efa8d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/ubuntu_ci.sh
Expand Up @@ -36,7 +36,7 @@ install_kivy() {
path="$(pwd)"
ln -s "$path" ~/base_kivy
cd ~/base_kivy
python3 -m pip install -e "$(pwd)[dev,full]"
python3 -m pip install -e "$(pwd)[dev,full,full_src]"
cd "$path"
}

Expand Down
2 changes: 1 addition & 1 deletion .ci/windows_ci.ps1
Expand Up @@ -62,7 +62,7 @@ function Install-kivy {
$old=(pwd).Path
cmd /c mklink /d "$HOME\kivy" "$old"
cd "$HOME\kivy"
python -m pip install -e .[win_full,win_full_src,dev]
python -m pip install -e .[dev,full,full_src]
cd "$old"
}

Expand Down

0 comments on commit efa8d36

Please sign in to comment.