Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Nov 22, 2024
1 parent d8bd152 commit 6075cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
python -m pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install local pyRDDLgym
- name: Install local pyRDDLGym
run: |
pip install ./pyRDDLgym
pip install ./pyRDDLGym
- name: Test with pytest
run: |
Expand Down

0 comments on commit 6075cc3

Please sign in to comment.