Skip to content

Commit

Permalink
update: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Jun 20, 2024
1 parent f2773a5 commit 5129378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.8','3.9','3.10','3.11','3.12']
python: ['3.8','3.9','3.10','3.11']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
- name: Generate Report
run: |
coverage run -m --source=./hf_hub_ctranslate2 pytest tests
coverage run -m --source=hf_hub_ctranslate2 pytest tests
coverage xml
- name: Upload coverage to Codecov for python 3.8
if: ${{ matrix.python == '3.8' }}
if: ${{ matrix.python == '3.10' }}
uses: codecov/codecov-action@v2

deploy_docs:
Expand Down

0 comments on commit 5129378

Please sign in to comment.