Skip to content

Commit

Permalink
fix: remove python stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
whichqua committed Aug 22, 2024
1 parent ed8dee5 commit 14c4351
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,7 @@ jobs:
/tmp/rustup.sh -y -q
- name: Get repo
run: git clone https://github.com/eqlabs/pathfinder.git ~/pathfinder

- name: Get latest version
run: |
cd ~/pathfinder
git fetch
git checkout $(git tag --list | sort | tail -n1)
- name: Clear virtual env
run: |
rm -rf ~/pathfinder/py/.venv
- name: Initialize virtual env
run: |
cd ~/pathfinder/py
python3 -m venv .venv
- name: Update pip and install dependencies
run: |
cd ~/pathfinder/py
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements-dev.txt
run: git clone https://github.com/Moonsong-Labs/pathfinder.git ~/pathfinder

- name: Build pathfinder
run: |
Expand Down

0 comments on commit 14c4351

Please sign in to comment.