Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
opcua-asyncio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
opcua-asyncio
Commits
d24dacff
Commit
d24dacff
authored
May 01, 2023
by
Olivier
Committed by
oroulet
May 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo in CI names
parent
e8a67e5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+3
-3
No files found.
.github/workflows/python-package.yml
View file @
d24dacff
...
...
@@ -29,13 +29,13 @@ jobs:
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
python -m pip install
flake8
pytest mypy ruff
python -m pip install pytest mypy ruff
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
-
name
:
Lint with ruff
and mypy
-
name
:
Lint with ruff
run
:
|
ruff check .
-
name
:
Lint with
mypy
-
name
:
mypy
run
:
|
python -m pip install types-aiofiles types-python-dateutil types-pytz
python -m mypy asyncua/
...
...
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