Skip to content

Commit

Permalink
Install xq manually
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Wolf <github@christianwolf.email>
  • Loading branch information
christianlupus committed Oct 24, 2022
1 parent 86b7555 commit badc2ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ runs:
if [ "${{ inputs.installUntested }}" = 'true' ]; then PARAM="$PARAM --install-untested"; fi &&
if [ "${{ inputs.runCodeChecker }}" = 'true' ]; then PARAM="$PARAM --run-code-checker"; fi &&
cd .github/actions/run-tests &&
virtualenv venv &&
source venv/bin/activate &&
pip install --require-virtualenv -r requirements.txt &&
sudo pip install -r requirements.txt &&
./run-locally.py
$PARAM
--pull
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,12 @@ jobs:

#- name: Docker Layer Caching
#uses: satackey/action-docker-layer-caching@v0.0.8


- name: Install helper program
shell: bash
run: |-
pip install yq
- name: Get the min and max compatible server versions from manifrst XML file
shell: bash
id: ncVersionRequirements
Expand Down

0 comments on commit badc2ae

Please sign in to comment.