Skip to content

Commit

Permalink
Merge branch 'main' into scripts/lightningcli
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Sep 27, 2023
2 parents a902c49 + 7f00c4d commit a9f2b1c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand All @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: ['3.9', '3.10', '3.11']
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
MPLBACKEND: Agg
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Set up python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements/required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ setuptools==68.2.0
einops==0.6.1
fiona==1.9.4.post1
kornia==0.7.0
lightly==1.4.19
lightly==1.4.20
lightning[pytorch-extra]==2.0.9
matplotlib==3.8.0
numpy==1.26.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ black[jupyter]==23.9.1
flake8==6.1.0
isort[colors]==5.12.0
pydocstyle[toml]==6.3.0
pyupgrade==3.12.0
pyupgrade==3.13.0

0 comments on commit a9f2b1c

Please sign in to comment.