Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Nov 21, 2024
1 parent a6c484e commit f9922db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: pip install -U pip pipenv coverage
- run: pip install -U numpy scipy matplotlib
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: set -o pipefail
- name: Build and install fluidfoam
run: |
Expand All @@ -38,8 +38,8 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags')
steps:
- name: Check out repository code
uses: actions/checkout@v2
- uses: actions/setup-python@v2
uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Deploy package
uses: casperdcl/deploy-pypi@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: pip install -U pip pipenv coverage
- run: pip install -U numpy scipy matplotlib
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: set -o pipefail
- name: Build and install fluidfoam
run: |
Expand Down

0 comments on commit f9922db

Please sign in to comment.