Skip to content

Commit

Permalink
fixup! CI: fix use of different OS images for egg and version tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Jan 24, 2024
1 parent c5ff1f2 commit dc1bd3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/egg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ runs:
using: composite
steps:
- name: Test running avocado from eggs
shell: sh
run: |
python3 setup.py bdist_egg
mv dist/avocado_framework-*egg /tmp
Expand Down
1 change: 1 addition & 0 deletions .github/actions/version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ runs:
using: composite
steps:
- name: Install and run avocado --version
shell: sh
run: |
python3 setup.py develop --user
python3 -m avocado --version

0 comments on commit dc1bd3c

Please sign in to comment.