Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
common_helper_files
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
common_helper_files
Commits
f1a98bc7
Commit
f1a98bc7
authored
3 years ago
by
Jörg Stucke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yaml syntax fix
parent
5d84f558
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
run_tests.yml
.github/workflows/run_tests.yml
+0
-2
No files found.
.github/workflows/run_tests.yml
View file @
f1a98bc7
...
@@ -16,11 +16,9 @@ jobs:
...
@@ -16,11 +16,9 @@ jobs:
uses
:
actions/setup-python@v2
uses
:
actions/setup-python@v2
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
-
name
:
install deps
-
name
:
install deps
run
:
|
run
:
|
python3 -m pip install -U pip
python3 -m pip install -U pip
python3 -m pip install --editable .[dev]
python3 -m pip install --editable .[dev]
-
name
:
run pytest
-
name
:
run pytest
run
:
pytest
run
:
pytest
This diff is collapsed.
Click to expand it.
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