Skip to content

Commit

Permalink
remove check for updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jan 29, 2023
1 parent 4969fbd commit 1ff95d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
pip install -r docs/requirements.txt
# This test is weak, options -nWT would make it stronger but we have many warnings...
READTHEDOCS=1 sphinx-build docs build
- name: Check release notes
run: |
# make sure release notes are in place for current version
ebver=$(grep '^VERSION' setup.py | sed "s/VERSION = '\([0-9.]*\)'/\1/g")
grep "^EasyBuild v${ebver}" docs/Release_notes.rst
- name: Test installation
run: |
pip install .
Expand Down

0 comments on commit 1ff95d0

Please sign in to comment.