File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 - name : Install Hatch
2626 run : pipx install hatch
2727 - name : Patch virtualenv
28- run : pipx inject --force hatch virtualenv<21
28+ run : pipx inject --force hatch " virtualenv<21"
2929 - name : Install dependencies
3030 run : |
3131 wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
4949 - name : Install Hatch
5050 run : pipx install hatch
5151 - name : Patch virtualenv
52- run : pipx inject --force hatch virtualenv<21
52+ run : pipx inject --force hatch " virtualenv<21"
5353 - name : Install dependencies
5454 run : |
5555 wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
7373 - name : Install Hatch
7474 run : pipx install hatch
7575 - name : Patch virtualenv
76- run : pipx inject --force hatch virtualenv<21
76+ run : pipx inject --force hatch " virtualenv<21"
7777 - name : Install dependencies
7878 run : |
7979 wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
@@ -100,7 +100,7 @@ jobs:
100100 - name : Install Hatch
101101 run : pipx install hatch
102102 - name : Patch virtualenv
103- run : pipx inject --force hatch virtualenv<21
103+ run : pipx inject --force hatch " virtualenv<21"
104104 - name : Install dependencies
105105 run : |
106106 wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
Original file line number Diff line number Diff line change 2323 python-version : ${{ matrix.python-version }}
2424 - name : Install Hatch
2525 run : pipx install hatch
26- - name : Patch virtualenv
27- run : pipx inject --force hatch virtualenv<21
26+ - name : Patch virtualenv"
27+ run : pipx inject --force hatch " virtualenv<21"
2828 - name : Build and publish
2929 env :
3030 HATCH_INDEX_USER : ${{ secrets.PYPI_USERNAME }}
You can’t perform that action at this time.
0 commit comments