Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Jun 17, 2024
1 parent a38b0ba commit 1ea5fb7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,13 @@ jobs:
bash -c "pip install build && python -m build"
- run: |
mkdir /tmp/test1
mkdir /tmp/test2
cd dist
tar -xzf geospaas_processing-*.tar.gz
ls -l geospaas_processing-*/geospaas_processing/converters/syntool/extra_readers/runner.py
unzip geospaas_processing-*.whl
ls -l geospaas_processing/converters/syntool/extra_readers/runner.py
tar -xzf geospaas_processing-*.tar.gz -C /tmp/test1
ls -l /tmp/test1/geospaas_processing-*/geospaas_processing/converters/syntool/extra_readers/runner.py
unzip geospaas_processing-*.whl -d /tmp/test2
ls -l /tmp/test2/geospaas_processing/converters/syntool/extra_readers/runner.py
# - name: 'Deploy package to the Github release'
# env:
Expand Down

0 comments on commit 1ea5fb7

Please sign in to comment.