Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
# This action sets the current path to the root of your github repo
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Update pip
run: python3 -m pip install --upgrade pip setuptools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/fenics/dolfinx/dolfinx:${{ needs.get_image_tag.outputs.image }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Update pip
run: python3 -m pip install --upgrade pip setuptools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_legacy_checkpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
container: ghcr.io/fenics/dolfinx/dolfinx:v0.7.3

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install legacy version of adios4dolfinx
run: python3 -m pip install adios4dolfinx==${adios4dolfinx_version}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_legacy_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: "ubuntu-latest"
container: ghcr.io/scientificcomputing/fenics:2024-02-19
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create datasets
run: python3 ./tests/create_legacy_data.py --output-dir=$data_dir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: "./public"

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Pages
uses: actions/configure-pages@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Build SDist and wheel
run: pipx run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_package_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- ghcr.io/fenics/test-env:current-openmpi
- ghcr.io/fenics/test-env:current-mpich
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Update pip
run: python3 -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
matrix:
adios2: ["master"]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Get pip flags based on version
id: python-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: ghcr.io/fenics/dolfinx/dolfinx:${{ inputs.dolfinx_tag }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Update pip
run: python3 -m pip install --upgrade pip
Expand Down