Skip to content

Commit

Permalink
fix setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Oct 28, 2024
1 parent 0490a1b commit bda26f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install all solutions
shell: bash
run: source path.env && python3 _utils/install_all_solutions.py ${{ matrix.solution }}
run: source path.env && python3 _setup_utils/install_all_solutions.py ${{ matrix.solution }}

- name: Turn swap off
shell: bash
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Install all solutions
shell: bash
run: source path.env && python3 _utils/install_all_solutions.py all
run: source path.env && python3 _setup_utils/install_all_solutions.py all

- name: Turn swap off
shell: bash
Expand Down

0 comments on commit bda26f1

Please sign in to comment.