Skip to content

Commit dbd19ca

Browse files
committed
CI: Try skipping pyenv and upgrade pip, then setuptools_scm
1 parent 6f75ea9 commit dbd19ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ jobs:
190190
no_output_timeout: 60m
191191
command: |
192192
cd /tmp/src/sdcflows
193-
pyenv local 3.7.0
194-
python3 -m pip install "setuptools ~= 42.0" "setuptools_scm[toml] >= 3.4" "pip>=10.0.1"
193+
python3 -m pip install --upgrade pip
194+
python3 -m pip install --upgrade "setuptools_scm[toml]"
195195
196196
# Get version, update files.
197-
THISVERSION=$( python3 setup.py --version )
197+
THISVERSION=$( python3 -m setuptools_scm )
198198
if [[ ${THISVERSION:0:1} == "0" ]] ; then
199199
echo "WARNING: latest git tag could not be found"
200200
echo "Please, make sure you fetch all tags from upstream with"

0 commit comments

Comments
 (0)