Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Butygin <[email protected]>
  • Loading branch information
Hardcode84 committed Jan 13, 2025
1 parent 6623085 commit b3d58f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python -m venv ${VENV_DIR}
source ${VENV_DIR}/bin/activate
env
echo PATH=$PATH >> $GITHUB_ENV
echo "${VENV_DIR}/bin" >> $GITHUB_PATH
- name: Install pip deps
run: |
Expand Down

0 comments on commit b3d58f9

Please sign in to comment.