Skip to content

Commit

Permalink
fix run to install robot
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Dec 21, 2023
1 parent 8c2ccbb commit cea7769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
python-version: "3.10"
- name: Install dependencies
run: |
run:
pip install -r requirements.txt
- name: Install ROBOT
run:
run: |
make build/robot.jar
make build/robot
chmod +x build/robot
Expand Down

0 comments on commit cea7769

Please sign in to comment.