Skip to content

Commit

Permalink
updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d2f4d131d9eac6cc27e3d6245ab1476b committed Jul 29, 2024
1 parent f474a1d commit ad64082
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
run: |
docker run --rm \
-v ${{ github.workspace }}:/workspace kumiori3/numerix:stable-amd64 \
# sh -c "cd /workspace && ls -la && pip install . && python3 -c 'import irrevolutions' && cd src/irrevolutions/test/ && pytest -v ."
# sh -c "cd /workspace && ls -la && pip install . && python3 -c 'import irrevolutions' && pytest -v ."
- name: Run Docker Container & Pytest Simple Script
run: |
docker run --rm \
-v ${{ github.workspace }}:/workspace kumiori3/numerix:stable-amd64 \
# sh -c "cd /workspace && ls -la && pip install . && python3 -c 'import irrevolutions' && cd src/irrevolutions/test/ && python3 -m pytest test_rayleigh.py"
# sh -c "cd /workspace && ls -la && pip install . && python3 -c 'import irrevolutions' && cd test/ && python3 -m pytest test_rayleigh.py"
- name: Run Docker Container & Run Simple Script
run: |
docker run --rm \
-v ${{ github.workspace }}:/workspace kumiori3/numerix:stable-amd64 \
sh -c "cd /workspace && ls -la && pip install . && python3 -c 'import irrevolutions' && cd src/irrevolutions/test/ && python3 test_rayleigh.py"
sh -c "cd /workspace && ls -la && pip install . && python3 -c 'import irrevolutions' && cd test/ && python3 test_rayleigh.py"
# - name: Install package
Expand Down

0 comments on commit ad64082

Please sign in to comment.