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
ace48484
Commit
ace48484
authored
Dec 01, 2023
by
Ruilong Li
Browse files
fix
parent
1add049a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.github/workflows/doc.yml
.github/workflows/doc.yml
+4
-1
No files found.
.github/workflows/doc.yml
View file @
ace48484
...
@@ -7,7 +7,10 @@ jobs:
...
@@ -7,7 +7,10 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
-
uses
:
actions/setup-python@v3
-
name
:
Set up Python 3.8.12
uses
:
actions/setup-python@v4
with
:
python-version
:
"
3.8.12"
-
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