Skip to content

Commit

Permalink
Cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Nov 1, 2023
1 parent 12b13ad commit 73d1f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
- name: Install poetry
run: |
pip install poetry
# poetry install
- name: Fable Library - Python (linux)
if: matrix.platform == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Build/FableLibrary/Python.fs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type BuildFableLibraryPython() =
"poetry",
$"run ruff --select I --fix {this.BuildDir}"
)
// Run Ruff formatter using poetry on all generated files
// Run Ruff formatter on all generated files
Command.Run(
"poetry",
$"run ruff format {this.BuildDir}"
Expand Down

0 comments on commit 73d1f7e

Please sign in to comment.