Skip to content

Commit

Permalink
add checkout code
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Jan 23, 2024
1 parent d6155e7 commit e73cfeb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci_test_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@ jobs:
image: dolfinx/dolfinx:v0.7.3

steps:
- name: Debug
run: |
ls -a /usr/local/bin/
- name: Source complex build
run: |
bash -c 'source /usr/local/bin/dolfinx-complex-mode'
- name: Change workdir
run:
cd /home
- name: Checkout code
uses: actions/checkout@v4
- name: Debug 1
run: ls
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install .[test]
- name: Run pytest
Expand Down

0 comments on commit e73cfeb

Please sign in to comment.