Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asr-benchmarks
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcin Wątroba
asr-benchmarks
Commits
e3b6000f
Unverified
Commit
e3b6000f
authored
3 years ago
by
Marcin Wątroba
Browse files
Options
Downloads
Patches
Plain Diff
Add github metadata
parent
10934ce0
1 merge request
!1
Feature/add sziszapangma
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/ISSUE_TEMPLATE.md
+15
-0
15 additions, 0 deletions
.github/ISSUE_TEMPLATE.md
.github/workflows/python-package.yml
+28
-0
28 additions, 0 deletions
.github/workflows/python-package.yml
with
43 additions
and
0 deletions
.github/ISSUE_TEMPLATE.md
0 → 100644
+
15
−
0
View file @
e3b6000f
*
sziszapangma version:
*
Python version:
*
Operating System:
### Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
### What I Did
```
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
```
This diff is collapsed.
Click to expand it.
.github/workflows/python-package.yml
0 → 100644
+
28
−
0
View file @
e3b6000f
name
:
Python package
on
:
pull_request
:
branches
:
[
master
,
develop
]
jobs
:
build
:
runs-on
:
ubuntu-18.04
strategy
:
matrix
:
python-version
:
[
'
3.8'
,
'
3.9'
]
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v2
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
pip install tox
pip install --upgrade -r requirements.txt
pip install --upgrade -r requirements_dev.txt
-
name
:
Run tox
run
:
tox -v
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment