Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
c792417e
Commit
c792417e
authored
May 20, 2021
by
carlosribas
Browse files
Rename local_settings file
parent
730b536f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/main.yml
.github/workflows/main.yml
+2
-1
No files found.
.github/workflows/main.yml
View file @
c792417e
...
...
@@ -21,11 +21,12 @@ jobs:
with
:
python-version
:
'
3.8'
-
name
:
Install dependencies
-
name
:
Install dependencies
and rename local_settings file
run
:
|
python -m pip install --upgrade pip
pip install -r rnacentral/requirements.txt
pip install -r rnacentral/requirements_dev.txt
mv rnacentral/rnacentral/unit_test_local_settings.py rnacentral/rnacentral/local_settings.py
-
name
:
Run tests
run
:
|
...
...
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