mviewer / mviewerstudio

mviewer generator
GNU General Public License v3.0
15 stars 25 forks source link

MEG - synchronisation docker avec nouvelle version #203

Closed Gaetanbrl closed 1 year ago

Gaetanbrl commented 1 year ago

hors scope CCTP Megalis / planification JDev dans le cadre des travaux en cours

Description

Corriger la construction des images > Probablement à corriger après merge des travaux MEG.

Erreur :

Run mypy --ignore-missing mviewerstudio_backend
mviewerstudio_backend/route.py:10: error: Library stubs not installed for "requests"  [import]
mviewerstudio_backend/route.py:10: note: Hint: "python3 -m pip install types-requests"
mviewerstudio_backend/route.py:10: note: (or run "mypy --install-types" to install all missing stub packages)
mviewerstudio_backend/route.py:10: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
mviewerstudio_backend/route.py:141: error: Incompatible types in assignment (expression has type "Dict[str, str]", variable has type "EnvironHeaders")  [assignment]
Found 2 errors in 1 file (checked [8](https://github.com/mviewer/mviewerstudio/actions/runs/4353606116/jobs/7607860490#step:5:9) source files)
Error: Process completed with exit code 1.

Actions

https://github.com/mviewer/mviewerstudio/actions/runs/4353606116/workflow#L17

https://github.com/mviewer/mviewerstudio/actions/runs/4353606116/workflow#L34

Gaetanbrl commented 1 year ago

Correction -> Image à tester :

https://github.com/jdev-org/mviewerstudio/actions/runs/5077792046/jobs/9121493409