Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jan 29, 2024
1 parent 2a6e3a2 commit e300bdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows-all.yml
Expand Up @@ -135,6 +135,11 @@ jobs:
python -m pip install -r tests/requirements.txt
python tests/dl_samples.py %LIEF_SAMPLES_DIR%
python -m pip -vvv install --user api/python
- name: Download samples
shell: cmd
run: |
python -m pip install -r tests/requirements.txt
python tests/dl_samples.py %LIEF_SAMPLES_DIR%
- name: Run tests
timeout-minutes: 20
shell: cmd
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/windows-quick.yml
Expand Up @@ -62,8 +62,11 @@ jobs:
shell: cmd
run: |
python -m pip install -r tests/requirements.txt
python tests/dl_samples.py %LIEF_SAMPLES_DIR%
python -m pip -vvv install api/python
- name: Download samples
shell: cmd
run: |
python tests/dl_samples.py %LIEF_SAMPLES_DIR%
- name: Run tests
shell: cmd
timeout-minutes: 20
Expand Down
2 changes: 1 addition & 1 deletion tests/dl_samples.py
Expand Up @@ -6,7 +6,7 @@
import argparse
from pathlib import Path

URL = "https://data.romainthomas.fr/lief_tests.zip"
URL = "https://lief-tests.s3.fr-par.scw.cloud/lief_test.zip"
DIR_ENV = os.getenv("LIEF_SAMPLES_DIR", None)
TIMEOUT = 3 # sec

Expand Down

0 comments on commit e300bdf

Please sign in to comment.