Skip to content

Commit

Permalink
don't cd in its own step
Browse files Browse the repository at this point in the history
  • Loading branch information
Liamolucko committed May 23, 2024
1 parent e385172 commit f2b798e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd fpga
- run: pip install -r requirements.txt
- run: pip install -r fpga/requirements.txt
- run: |
cd fpga
python3 sim.py --cuboids 1x1x5 1x2x3 &
litex_server --uart --uart-port socket://127.0.0.1:1111 &
cargo run -p net-finder-fpga-driver -- --addr localhost:1234 --tcp sim_soc_info.json
Expand Down

0 comments on commit f2b798e

Please # to comment.