Skip to content

Commit

Permalink
Remove .python-version from repo (#20)
Browse files Browse the repository at this point in the history
* Ignore .python-version

* RM .python-version

* Fix CI (hopefully)
  • Loading branch information
JoshuaC215 authored Sep 2, 2024
1 parent d29c3b3 commit 593cd9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
python-version-file: "pyproject.toml"
- name: Set up uv
run: |
curl -LsSf https://astral.sh/uv/0.3.2/install.sh | sh
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ celerybeat.pid

# Environments
.env
.python-version
.venv
env/
venv/
Expand Down
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

0 comments on commit 593cd9d

Please sign in to comment.