Skip to content

Commit

Permalink
Removing hatchling dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Nov 20, 2024
1 parent 6acb72f commit c4c03d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Install Hatch
run: |
pipx install hatch
pipx inject --force hatch hatchling==1.25.0
- name: Install dependencies
run: |
wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
Expand All @@ -49,7 +48,6 @@ jobs:
- name: Install Hatch
run: |
pipx install hatch
pipx inject --force hatch hatchling==1.25.0
- name: Install dependencies
run: |
wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
Expand All @@ -73,7 +71,6 @@ jobs:
- name: Install Hatch
run: |
pipx install hatch
pipx inject --force hatch hatchling==1.25.0
- name: Install dependencies
run: |
wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
Expand All @@ -100,7 +97,6 @@ jobs:
- name: Install Hatch
run: |
pipx install hatch
pipx inject --force hatch hatchling==1.25.0
- name: Install dependencies
run: |
wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
Expand Down
2 changes: 1 addition & 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 c4c03d9

Please sign in to comment.