Skip to content

Commit

Permalink
Pip install whl was too earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-jenkins committed Mar 14, 2024
1 parent 985dfd3 commit 4572964
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ runs:
shell: bash
run: |
pip install poetry
pip install ./kaas/kaas-cli/dist/*.whl
- name: "Install KaaS"
shell: bash
Expand Down
5 changes: 0 additions & 5 deletions scripts/install-kaas.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/usr/bin/env bash
set -eou pipefail

python3 -m venv kaas-env
echo "$(pwd)/kaas-env/bin" >> $GITHUB_PATH
# export PATH="$(pwd)/kaas-env/bin:$PATH"
source $(pwd)/kaas-env/bin/activate

if [ ! -d "kaas" ]; then
git clone https://${GITHUB_TOKEN}@github.com/runtimeverification/kaas.git
else
Expand Down

0 comments on commit 4572964

Please sign in to comment.