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
Merge requests
!2
Remove readme.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove readme.md
feature/add_sziszapangma
into
main
Overview
1
Commits
9
Pipelines
0
Changes
10
Merged
Marcin Wątroba
requested to merge
feature/add_sziszapangma
into
main
4 years ago
Overview
1
Commits
9
Pipelines
0
Changes
10
Expand
Created by: markowanga
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
2a00de9f
9 commits,
2 years ago
10 files
+
18
−
50
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/python-package.yml
+
2
−
1
Options
@@ -2,7 +2,7 @@ name: Python package
on
:
pull_request
:
branches
:
[
ma
ster
,
develop
]
branches
:
[
ma
in
,
develop
]
jobs
:
build
:
@@ -20,6 +20,7 @@ jobs:
python-version
:
${{ matrix.python-version }}
-
name
:
Install dependencies
run
:
|
ls -la
python -m pip install --upgrade pip
pip install tox
pip install --upgrade -r requirements.txt