Skip to content

Commit

Permalink
Update .github/workflows/test_suite_ubuntu.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Atkinson <109271713+jatkinson1000@users.noreply.github.com>
  • Loading branch information
AdelekeBankole and jatkinson1000 authored Jan 14, 2025
1 parent 58098f1 commit 02ba569
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_suite_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,13 @@ jobs:
# Generate sounding files
- name: Generate sounding files
run: |
python -m venv venv
cd YOG_convection/resources/
python3 -m venv venv
source venv/bin/activate
python sounding_to_netcdf.py
python3 -m pip install -r requirements.txt
python3 sounding_to_netcdf.py
deactivate
cd ../../
# Build the code
- name: Build test suite
Expand Down

0 comments on commit 02ba569

Please sign in to comment.