Skip to content

Commit

Permalink
Merge pull request RasaHQ#12424 from RasaHQ/fix_nightly_issue
Browse files Browse the repository at this point in the history
Fix ruamel.yaml issue
  • Loading branch information
sanchariGr authored May 23, 2023
2 parents b7a5388 + 0249b03 commit a6bd655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Python module
run: python3 -m pip install pluggy
run: |
python3 -m pip install pluggy
python3 -m pip install ruamel.yaml
- name: Compose tag name
id: set_tagname
Expand Down

0 comments on commit a6bd655

Please sign in to comment.