Skip to content

Commit

Permalink
Try to access files directly without python
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Oct 17, 2024
1 parent f68f6ce commit 6500219
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@ permissions:
contents: read

jobs:
diagnose:
runs-on: windows-2022
env:
KRATOS_BUILD_TYPE: Custom
KRATOS_CI_APPLICATIONS: ".github/workflows/ci_apps_windows.json"

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Test Matrix Market Small
shell: cmd
run: |
type kratos/tests/test_files/sparse_matrix_files/small_A.mm
- name: Test Matrix Market Large
shell: cmd
run: |
type kratos/tests/test_files/sparse_matrix_files/A.mm
windows:
runs-on: windows-2022
env:
Expand Down

0 comments on commit 6500219

Please sign in to comment.