Skip to content

Commit

Permalink
fix both CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jul 26, 2024
1 parent 07b5bdf commit 2b601a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
name: legacy test (grid2op 1.9.0 - l2rpn Delft 2023)
command: |
source venv_test/bin/activate
pip uninstall gym
pip uninstall gym -y
pip install gymnasium
pip install grid2op==1.9.0
python -m unittest lightsim2grid/tests/test_compat_legacy_grid2op.py
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
if: matrix.python.name != 'cp37' && matrix.python.name != 'cp38'
run: |
python3 -m pip install "numpy<2"
mkdir tmp_for_import_checking
cd tmp_for_import_checking
python3 -c "import lightsim2grid"
python3 -c "from lightsim2grid import *"
Expand Down

0 comments on commit 2b601a3

Please sign in to comment.