Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gbiavati authored Dec 16, 2023
1 parent d343876 commit faccb6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install git+https://github.com/ecmwf-projects/cads-api-client.git
pip install git+https://github.com/gbiavati/pycube.git
git clone https://github.com/ecmwf-projects/cads-forms-json.git
pip install pycube
- name: fire with pycube a number of requests
run: |
export FORMS_ROOT=./cads-forms-json
Expand Down

0 comments on commit faccb6b

Please sign in to comment.