Skip to content

Commit

Permalink
Refs #21585: Restore python packages instead of requirements
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Sep 9, 2024
1 parent 860f84a commit 8c5657e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
35 changes: 0 additions & 35 deletions .github/actions/project_dependencies/action.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/configurations/requirements.txt

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install Python packages
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
with:
requirements_file_name: ${{ github.workspace }}/src/fastdds_monitor/.github/workflows/configurations/requirements.txt
packages: sphinx==7.3.6 doc8==0.10.1 sphinx_rtd_theme==2.0.0 sphinxcontrib.spelling==8.0.0 sphinxcontrib-imagehelper==1.1.1 GitPython

- name: Install Qt
uses: eProsima/eProsima-CI/external/install_qt@v0
Expand All @@ -107,7 +107,7 @@ jobs:
with:
packages_names: fastdds_monitor
cmake_args: -DCMAKE_BUILD_TYPE=${{ matrix.cmake_build_type }}
colcon_meta_file: ${{ github.workspace }}/src/fastdds_monitor/.github/workflows/configurations/${{ runner.os.version }}/colcon.meta
colcon_meta_file: ${{ github.workspace }}/src/fastdds_monitor/.github/workflows/configurations/${{ runner.os }}/colcon.meta
workspace: ${{ github.workspace }}

- name: Upload artifact
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Install Python packages
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
with:
requirements_file_name: ${{ github.workspace }}/src/fastdds_monitor/.github/workflows/configurations/requirements.txt
packages: sphinx==7.3.6 doc8==0.10.1 sphinx_rtd_theme==2.0.0 sphinxcontrib.spelling==8.0.0 sphinxcontrib-imagehelper==1.1.1 GitPython

- name: Install Qt
uses: eProsima/eProsima-CI/external/install_qt@v0
Expand Down

0 comments on commit 8c5657e

Please sign in to comment.