Skip to content

Commit

Permalink
chore: theses are in a different PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarreau committed Dec 17, 2024
1 parent 35949f9 commit 36de6a9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
4 changes: 0 additions & 4 deletions .github/actions/changes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ runs:
- 'src/datasource_toolkit/**'
./src/datasource_sqlalchemy:
- 'src/datasource_sqlalchemy/**'
./src/datasource_django:
- 'src/datasource_django/**'
./src/agent_toolkit:
- 'src/agent_toolkit/**'
./src/flask_agent:
- 'src/flask_agent/**'
./src/django_agent:
- 'src/django_agent/**'
2 changes: 1 addition & 1 deletion .github/actions/coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:

# debug
# - name: Archive code coverage final results
# uses: actions/upload-artifact@v4
# uses: actions/upload-artifact@v2
# with:
# name: coverage.xml
# path: ./src/coverage.xml
2 changes: 1 addition & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
- uses: actions/setup-node@v2
with:
node-version: 14.17.6
# - uses: actions/cache@v4
# - uses: actions/cache@v2
# with:
# path: '**/node_modules'
# key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down
11 changes: 0 additions & 11 deletions .github/actions/tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,15 @@ runs:
- name: Install poetry
run: pipx install poetry
shell: bash
# uses: snok/install-poetry@v1
# with:
# version: 1.7.1
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}
# cache: 'poetry'
# 315MB of cache * 6 sub package * 5 python versions ~= 10GB.
# - name: Cache poetry
# id: cache-poetry-install
# uses: actions/cache@v4
# with:
# path: '~/.cache/pypoetry'
# key: ${{ runner.os }}-poetry-${{ inputs.python-version }}-${{ inputs.current_package }}-${{ hashFiles('**/poetry.lock') }}
- name: Install package dependencies
shell: bash
working-directory: ${{ inputs.current_package }}
run: poetry install --no-interaction --with test
# if: steps.cache-poetry-install.outputs.cache-hit != 'true'
- name: Test with pytest
shell: bash
working-directory: ${{ inputs.current_package }}
Expand Down

0 comments on commit 36de6a9

Please sign in to comment.