Skip to content

Commit

Permalink
Merge branch 'main' into submit_v2_depr
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT authored Jan 19, 2024
2 parents f2f8f49 + 5ad174a commit 2f21154
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- os: windows-latest
python-version: 3.8
- os: windows-latest
python-version: 3.11
python-version: 3.12.0
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -294,14 +294,14 @@ jobs:
path: /tmp/w38
- uses: actions/download-artifact@v3
with:
name: windows-latest-3.11
path: /tmp/w311
name: windows-latest-3.12.0
path: /tmp/w312
- name: Install Dependencies
run: pip install -U coverage coveralls diff-cover
shell: bash
- name: Combined Deprecation Messages
run: |
sort -f -u /tmp/u38/alg.dep /tmp/u39/alg.dep /tmp/u310/alg.dep /tmp/u311/alg.dep /tmp/u312/alg.dep /tmp/m38/alg.dep /tmp/m312/alg.dep /tmp/w38/alg.dep /tmp/w311/alg.dep || true
sort -f -u /tmp/u38/alg.dep /tmp/u39/alg.dep /tmp/u310/alg.dep /tmp/u311/alg.dep /tmp/u312/alg.dep /tmp/m38/alg.dep /tmp/m312/alg.dep /tmp/w38/alg.dep /tmp/w312/alg.dep || true
shell: bash
- name: Coverage combine
run: coverage3 combine /tmp/u38/alg.dat
Expand Down

0 comments on commit 2f21154

Please sign in to comment.