Skip to content

Commit

Permalink
Merge pull request #8 from maykinmedia/feature/switch-to-uv
Browse files Browse the repository at this point in the history
🔨 [maykinmedia/open-api-framework#81] Switch from pip-compile to UV
  • Loading branch information
stevenbal authored Jan 3, 2025
2 parents f802c96 + f9bb966 commit da504f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oaf-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: 'pip'
cache-dependency-path: 'requirements/*.txt'
- name: Install dependencies
run: pip install $(grep "pip-tools==" requirements/dev.txt)
run: pip install uv
- name: Run compile dependencies
run: ./bin/compile_dependencies.sh --upgrade-package open-api-framework
- name: Check git diff
Expand Down

0 comments on commit da504f5

Please sign in to comment.