Skip to content
Snippets Groups Projects
Commit 13eb68be authored by schneider's avatar schneider
Browse files

fix(ci): Use python3

parent ba2c7668
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ image: "debian" ...@@ -3,8 +3,8 @@ image: "debian"
build: build:
stage: build stage: build
before_script: before_script:
- apt update -qq && apt install -y -qq gcc-arm-none-eabi python-pip - apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip
- pip install crc16 - pip3 install crc16
script: script:
- cd bootloader - cd bootloader
- make - make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment