Skip to content

Commit

Permalink
fix CI? maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Jul 24, 2024
1 parent 2fa9033 commit 5d04a21
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Compile dependencies
run: |
mkdir -p backend/requirements/${{ matrix.python-version }}
ls backend/requirements/*.in | cut -d'/' -f3 | rev | cut -d. -f2 | rev | xargs -I{} cp backend/requirements/{}.in backend/requirements/${{ matrix.python-version }}/{}.in
ls backend/requirements/*.in | cut -d'/' -f3 | rev | cut -d. -f2 | rev | xargs -I{} ln -sf ../{}.in backend/requirements/${{ matrix.python-version }}/{}.in
python -m pip install --upgrade pip
pip install pip-tools pip-compile-multi
pip-compile-multi -d backend/requirements/${{ matrix.python-version }} --backtracking --autoresolve --allow-unsafe
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
test -z ${SETUPTOOLS_USE_DISTUTILS+x} && unset SETUPTOOLS_USE_DISTUTILS || :
pip install -r backend/requirements/${{ matrix.python-version }}/prod.txt
Expand Down
1 change: 1 addition & 0 deletions backend/requirements/3.10/base.in
1 change: 1 addition & 0 deletions backend/requirements/3.10/dev.in
1 change: 1 addition & 0 deletions backend/requirements/3.10/prod.in
1 change: 1 addition & 0 deletions backend/requirements/3.10/testing.in
1 change: 1 addition & 0 deletions backend/requirements/3.11/base.in
1 change: 1 addition & 0 deletions backend/requirements/3.11/dev.in
1 change: 1 addition & 0 deletions backend/requirements/3.11/prod.in
1 change: 1 addition & 0 deletions backend/requirements/3.11/testing.in
1 change: 1 addition & 0 deletions backend/requirements/3.12/base.in
1 change: 1 addition & 0 deletions backend/requirements/3.12/dev.in
1 change: 1 addition & 0 deletions backend/requirements/3.12/prod.in
1 change: 1 addition & 0 deletions backend/requirements/3.12/testing.in

0 comments on commit 5d04a21

Please sign in to comment.