Skip to content

Commit

Permalink
fix typo in CI
Browse files Browse the repository at this point in the history
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
  • Loading branch information
BDonnot committed Nov 28, 2024
1 parent 3967757 commit 2c4223f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
python3 -m pip freeze
- name: Check extra can be imported can be imported (with grid2op)
run:
run: |
cd tmp_for_import_checking
python3 -v -c "from lightsim2grid import LightSimBackend"
python3 -c "from lightsim2grid.timeSerie import TimeSerie"
Expand Down

0 comments on commit 2c4223f

Please sign in to comment.