mirror of
https://github.com/fischermoseley/manta.git
synced 2026-09-02 02:38:27 +02:00
update github actions to install in non-editable mode
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
echo "${{ secrets.LAB_BC_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
|
||||
|
||||
- name: Install Manta from Source
|
||||
run: python3 -m pip install -e .
|
||||
run: python3 -m pip install .
|
||||
|
||||
- name: Generate Core
|
||||
run: manta gen examples/counter/manta.yaml examples/counter/src/debug.sv
|
||||
|
||||
Reference in New Issue
Block a user