Skip to content

Commit

Permalink
CI(Travis): Disable showing version for python 3.9 since might not be…
Browse files Browse the repository at this point in the history
… found
  • Loading branch information
echoix committed Nov 21, 2024
1 parent 8a86f72 commit a44fc01
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ before_script:
- ls -la $(uv python dir --bin)
- python --version -VV
- python3 --version -VV
- python3.9 --version -VV
- python3.9 --version -VV
# - python3.9 --version -VV
- python3.10 --version -VV
- pyenv rehash
- pyenv
Expand All @@ -95,7 +94,6 @@ before_script:
- pyenv shims
- which python
- which python3
- which python3.9
- which python3.10
- uv python list
- uv python find
Expand All @@ -106,9 +104,9 @@ before_script:
- ls -la $(uv python dir --bin)
- python --version -VV
- python3 --version -VV
- python3.9 --version -VV
- python3.9 --version -VV
- python3.10 --version -VV
- python3.9 --version -VV
- which python3.9
# see https://github.com/astral-sh/uv/issues/6265

script:
Expand Down

0 comments on commit a44fc01

Please sign in to comment.