Skip to content

Commit

Permalink
Merge pull request #68 from invrs-io/dep
Browse files Browse the repository at this point in the history
install gym from github repo
  • Loading branch information
mfschubert authored Feb 6, 2025
2 parents a69395b + 76cdd12 commit 7c4eb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ".[tests,dev,docs]"
pip install "invrs-gym[docs]"
- name: docs
run: |
git clone https://github.com/invrs-io/gym
pip install "gym/.[docs]"
mkdir docs/notebooks/challenges
mv gym/docs/notebooks/challenges/* docs/notebooks/challenges/
mv gym/reference_designs/ .
Expand Down

0 comments on commit 7c4eb49

Please sign in to comment.