Skip to content
Snippets Groups Projects

Introduce Chars

Merged Björn Ludwig requested to merge introduce_chars into main
1 file
+ 2
5
Compare changes
  • Side-by-side
  • Inline
+ 2
5
@@ -4,8 +4,7 @@ USER root
RUN python -m pip install --upgrade \
pip \
-i https://test.pypi.org/simple/ \
ilp-keyboard-layout-optimization
ilp-keyboard-layout-optimization
USER user
@@ -14,9 +13,7 @@ FROM optimizer as tester
USER root
RUN python -m pip install --upgrade \
pip \
-i https://test.pypi.org/simple/ \
ilp-keyboard-layout-optimization[test]
ilp-keyboard-layout-optimization[test]
USER user
Loading