Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
37c0fcff
Commit
37c0fcff
authored
Dec 01, 2023
by
Ruilong Li
Browse files
python 3.9 in workflow
parent
6ce69df7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/code_checks.yml
.github/workflows/code_checks.yml
+2
-2
.github/workflows/doc.yml
.github/workflows/doc.yml
+1
-1
No files found.
.github/workflows/code_checks.yml
View file @
37c0fcff
...
@@ -15,10 +15,10 @@ jobs:
...
@@ -15,10 +15,10 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
-
name
:
Set up Python 3.
7.4
-
name
:
Set up Python
3.
9
uses
:
actions/setup-python@v4
uses
:
actions/setup-python@v4
with
:
with
:
python-version
:
"
3.
7.4
"
python-version
:
"
3.
9
"
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
pip install isort==5.10.1 black[jupyter]==22.3.0
pip install isort==5.10.1 black[jupyter]==22.3.0
...
...
.github/workflows/doc.yml
View file @
37c0fcff
...
@@ -17,7 +17,7 @@ jobs:
...
@@ -17,7 +17,7 @@ jobs:
submodules
:
'
recursive'
submodules
:
'
recursive'
-
uses
:
actions/setup-python@v3
-
uses
:
actions/setup-python@v3
with
:
with
:
python-version
:
'
3.
8.12
'
python-version
:
'
3.
9
'
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
pip install -r docs/requirements.txt
pip install -r docs/requirements.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment