Skip to content

Commit

Permalink
Tweaks to build and environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwww committed Aug 22, 2024
1 parent a16c436 commit 2b84822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
python-version: "3.11"

- name: Create venv and install
run: uv sync --all-extras --dev
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
\#*\#
.\#*
*~
!.github/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down

0 comments on commit 2b84822

Please sign in to comment.