Skip to content

Commit

Permalink
Merge branch 'main' into revert-release_docker_images_for_alphas
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed May 23, 2023
2 parents e6e6bef + a6bd655 commit 102dffc
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 102dffc

Please sign in to comment.