Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 8, 2023
1 parent 8454d6a commit 66bfc9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/install-examples/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ runs:
- name: Install Concordia
uses: ./.github/actions/install-concordia

- name: Show installed dependencies
shell: bash
run: pip list

- name: Install requirements for examples
shell: bash
run: pip install -r examples/requirements.txt
Expand Down

0 comments on commit 66bfc9a

Please sign in to comment.