Skip to content

Commit

Permalink
Use PyPi for Velocitas Lib and SDK (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
doosuu authored May 23, 2024
1 parent b13864a commit 6e94b06
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
--cov-branch ./runtime_local/test ./desired_state_generator/test
- name: Publish Unit Test Results
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: ./results/UnitTest/junit.xml
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Upload log files as artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "Log files Kanto"
path: |
Expand All @@ -182,7 +182,7 @@ jobs:
- name: Upload log files as artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "Log files Desired State Generator"
path: |
Expand Down
2 changes: 1 addition & 1 deletion desired_state_generator/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
velocitas-lib==0.0.4
2 changes: 1 addition & 1 deletion runtime_kanto/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yaspin==2.3.0
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
velocitas-lib==0.0.4
3 changes: 1 addition & 2 deletions runtime_kanto/test/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ RUN apt-get install -y git
RUN pip3 install --no-cache-dir pyinstaller==5.9.0 \
&& pip3 install --no-cache-dir patchelf==0.17.0.0 \
&& pip3 install --no-cache-dir staticx \
&& pip3 install --no-cache-dir -r ./app/requirements.txt \
&& pip3 install --no-cache-dir -r ./app/requirements-links.txt
&& pip3 install --no-cache-dir -r ./app/requirements.txt

WORKDIR /app

Expand Down
1 change: 0 additions & 1 deletion runtime_kanto/test/app/requirements-links.txt

This file was deleted.

3 changes: 2 additions & 1 deletion runtime_kanto/test/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
aiohttp==3.9.2
aiohttp==3.9.3
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -34,3 +34,4 @@ protobuf==4.24.4
# via -r requirements.in
yarl==1.9.2
# via aiohttp
velocitas-sdk==0.14.1
2 changes: 1 addition & 1 deletion runtime_kanto/test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest==7.2.1
pytest-ordering==0.6
pytest-asyncio==0.20.3
pytest-cov==4.0.0
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
velocitas-lib==0.0.4
2 changes: 1 addition & 1 deletion runtime_local/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yaspin==2.3.0
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
velocitas-lib==0.0.4
2 changes: 1 addition & 1 deletion runtime_local/test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.2.1
pytest-cov==4.0.0
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.3
velocitas-lib==0.0.4

0 comments on commit 6e94b06

Please sign in to comment.