Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Nov 14, 2024
1 parent 92f3e52 commit 6f5a148
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Display action metadata
run: |
echo github.repository: ${{ github.repository }}
echo github.repository_owner: ${{ github.repository_owner }}
echo github.event_name: ${{ github.event_name }}
echo github.workspace: ${{ github.workspace }}
echo github.action_repository: ${{github.action_repository}}
echo github.env: ${{ github.env }}
echo github.workflow: ${{ github.workflow }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -31,10 +22,4 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Test with tox
run: tox
- name: Save artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: artifacts
path: /home/runner/work
run: tox

0 comments on commit 6f5a148

Please sign in to comment.