Skip to content

Commit

Permalink
Update full_test_2024_0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-kipawa authored Feb 28, 2024
1 parent fdd1672 commit 9d3d011
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/full_test_2024_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@ jobs:
python-version: ["3.8", "3.12"]

steps:
- name: Checkout code with MIKE+ dependency
- name: Checkout branch with MIKE+ dependency
uses: actions/checkout@v3
with:
lfs: true
ref: cicd_dependencies

- name: Download and install MIKE+ dependency
- name: Unzip MIKE+ dependency
run: |
7z x "2024_0.7z" -p${{ secrets.MIKE_2024_0_7Z }}
- name: Install MIKE+ dependency
run: |
& "./install.bat"
- name: Checkout code
Expand All @@ -44,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install flake8 pytest pytest-xdist pytest-timeout
- name: Lint with flake8
run: |
Expand All @@ -59,4 +62,4 @@ jobs:
- name: Test with pytest
run: |
pytest
pytest -v -n auto --durations=0 --timeout=300

0 comments on commit 9d3d011

Please sign in to comment.