Skip to content

Commit

Permalink
ci: Try updating Scoop installation (Windows tests don't have msgcat …
Browse files Browse the repository at this point in the history
…in path)
  • Loading branch information
jpmckinney committed Mar 21, 2024
1 parent 4ea667a commit 306b7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install gettext (Windows)
if: matrix.os == 'windows-latest'
run: |
iwr -useb get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install gettext
- run: pip install tox
- env:
Expand Down
1 change: 0 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Changelog
Unreleased
----------

- fix: The ``generate-pot-files`` command no longer errors on Windows in an edge case scenario.
- Add support for Sphinx 7.
- Drop support for Sphinx 4.

Expand Down

0 comments on commit 306b7a1

Please sign in to comment.