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
!10
Feature/add auth asr service
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/add auth asr service
feature/add_auth_asr_service
into
main
Overview
1
Commits
17
Pipelines
0
Changes
12
Merged
Marcin Wątroba
requested to merge
feature/add_auth_asr_service
into
main
3 years ago
Overview
1
Commits
17
Pipelines
0
Changes
12
Expand
Created by: markowanga
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
e7a1f7ac
17 commits,
2 years ago
12 files
+
152
−
13
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/python-package.yml
+
2
−
1
Options
@@ -8,7 +8,8 @@ jobs:
matrix
:
python-version
:
[
3.9.6
]
poetry-version
:
[
1.1.5
]
os
:
[
ubuntu-20.04
,
macos-latest
,
windows-latest
]
# os: [ ubuntu-20.04, macos-latest, windows-latest ]
os
:
[
ubuntu-20.04
]
runs-on
:
${{ matrix.os }}
steps
:
-
uses
:
actions/checkout@v2