Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 2

jobs:
build:
docker:
Expand All @@ -9,9 +10,9 @@ jobs:
- run:
name: 'Setup virtual env'
command: |
uv venv --python 3.11 /usr/local/share/virtualenvs/tap-typeform
uv venv --python 3.12 /usr/local/share/virtualenvs/tap-typeform
source /usr/local/share/virtualenvs/tap-typeform/bin/activate
uv pip install -U pip 'setuptools<51.0.0'
uv pip install -U setuptools
uv pip install .[dev]
- run:
when: always
Expand Down