소스 검색

💚 Lock CI testing to PlatformIO 5.2.5

Scott Lahteine 3 년 전
부모
커밋
492d91791c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      .github/workflows/test-builds.yml
  2. 1
    1
      docker/Dockerfile

+ 1
- 1
.github/workflows/test-builds.yml 파일 보기

@@ -137,7 +137,7 @@ jobs:
137 137
 
138 138
     - name: Install PlatformIO
139 139
       run: |
140
-        pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
140
+        pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
141 141
         platformio update
142 142
 
143 143
     - name: Run ${{ matrix.test-platform }} Tests

+ 1
- 1
docker/Dockerfile 파일 보기

@@ -1,6 +1,6 @@
1 1
 FROM python:3.9.0-buster
2 2
 
3
-RUN pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
3
+RUN pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
4 4
 RUN platformio update
5 5
 # To get the test platforms
6 6
 RUN pip install PyYaml

Loading…
취소
저장