Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into ci_reusable_workfl…
Browse files Browse the repository at this point in the history
…ow_fix
  • Loading branch information
mlee03 authored and mlee03 committed Jul 2, 2024
2 parents 07118b6 + 777b332 commit ee700a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Lint"
on:
pull_request:
pull_request:

jobs:
lint:
Expand All @@ -10,10 +10,10 @@ jobs:
uses: actions/[email protected]
with:
submodules: 'recursive'
- name: Step Python 3.11.9
- name: Step Python 3.11.7
uses: actions/[email protected]
with:
python-version: '3.11.9'
python-version: '3.11.7'
- name: Install OpenMPI for gt4py
run: |
sudo apt-get install libopenmpi-dev
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ pathspec==0.12.1
# via black
pexpect==4.9.0
# via ipython
platformdirs==2.6.2
platformdirs==3.10.0
# via
# black
# jupyter-core
Expand Down

0 comments on commit ee700a2

Please sign in to comment.