Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Aug 31, 2024
1 parent 7c4c118 commit bdb6f39
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
python-version: "3.10"
- name: Install uv
run: pipx install uv
# - name: Add path for Python packages
# run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Export requirements.txt
run: uv export > requirements.txt
- name: Commit and push changes
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies = [
[tool.uv]
dev-dependencies = [
"pytest>=8.0.0",
"pip",
]

[tool.black]
Expand Down
15 changes: 14 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bdb6f39

Please sign in to comment.