Skip to content

Commit

Permalink
Merge pull request #1421 from SEKOIA-IO/fix/fix_pipeline
Browse files Browse the repository at this point in the history
Fix pipeline
  • Loading branch information
squioc authored Jan 7, 2025
2 parents ae9e3f1 + 3494357 commit f873824
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
poetry install
poetry install --only main
- name: Checking modules & formats
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smart_desc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
poetry install
poetry install --only main
- name: Generate smart descriptinos
id: smartdesc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
poetry install
poetry install --only main
- name: Execute tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
poetry install
poetry install --only main
- name: Execute tests
run: |
Expand Down
1 change: 1 addition & 0 deletions utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "intake-formats"
version = "0.1.0"
description = "Sekoia.io Intake Formats"
authors = []
package-mode = false

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit f873824

Please sign in to comment.