Skip to content

Commit

Permalink
master: bash.yml: xrst.toml already using pyspellchecker.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Sep 23, 2024
1 parent 77fba63 commit 4596a91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
shell: bash -el {0}
run: |
echo 'matrix.os = ${{ matrix.os }}'
sed -i -e "s|'pyenchant'|'pyspellchecker'|" xrst.toml
if [ '${{ matrix.os }}' == 'windows-latest' ]
then
sed -i -e 's|/bin:$PATH|/Scripts:$PATH|' bin/check_install.sh
Expand Down

0 comments on commit 4596a91

Please sign in to comment.