Skip to content

Commit

Permalink
[ci] Fixed dependency error in setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Jul 23, 2024
1 parent 764e111 commit ab9b5ce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reusable-sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Checkout 🛎
uses: actions/checkout@v3

- name: Install PyCRAM dependencies 🍼
uses: py-actions/py-dependency-install@v4
with:
path: "requirements-setuptools.txt"

# ----------------------------------------------------------------------------------------------------------------

- name: Install PyCRAM dependencies 🍼
Expand Down
11 changes: 11 additions & 0 deletions requirements-setuptools.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
packaging>=24
ordered-set>=3.1.1
more_itertools>=8.8
jaraco.text>=3.7
importlib_resources>=5.10.2
importlib_metadata>=6
tomli>=2.0.1
wheel>=0.43.0


platformdirs >= 2.6.2
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements-setuptools.txt
gitpython>=3.1.37
pybullet~=3.2.5
rospkg~=1.4.0
Expand Down

0 comments on commit ab9b5ce

Please sign in to comment.