Skip to content

Commit

Permalink
ci antsibull: install a newer version of antsibull-changelog (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 authored Feb 14, 2024
1 parent 3dc9631 commit f7111c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/antsibull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
with:
path: antsibull-core

# antsibull 0.52.0 depends on antsibull-changelog >= 0.14.0 as well, so install 0.14.0 of that
- name: Check out antsibull-changelog 0.14.0
# antsibull 0.60.0 depends on antsibull-changelog >= 0.24.0 as well, so install 0.24.0 of that
- name: Check out antsibull-changelog 0.24.0
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-changelog
ref: 0.14.0
ref: 0.24.0
path: antsibull-changelog

# nb: this is the first version of antsibull that declares support
Expand Down Expand Up @@ -68,7 +68,6 @@ jobs:

- name: Run type checkers
run: |
touch ../antsibull-changelog/src/antsibull_changelog/py.typed
nox -e typing
working-directory: antsibull

Expand Down

0 comments on commit f7111c6

Please sign in to comment.