Skip to content

Commit

Permalink
specifying the tk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestvold committed Oct 15, 2024
1 parent 6b00ec3 commit 36b6fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install cdf-tk
run: pip install cognite-toolkit
run: pip install cognite-toolkit==0.3.2
- name: "Build the templates"
run: cdf-tk build --build-dir=./build --env=test
- name: "Deploy"
Expand Down

0 comments on commit 36b6fe6

Please sign in to comment.