Skip to content

Commit

Permalink
Fix ruamel.yaml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed May 19, 2023
1 parent 4907242 commit 0be0b8b
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 0be0b8b

Please sign in to comment.