Skip to content

Commit

Permalink
Merge branch 'main' into latticemodel
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques authored Dec 7, 2021
2 parents 138de92 + e9dee9a commit fa03581
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
include:
- os: macos-latest
python-version: 3.8
Expand Down Expand Up @@ -318,10 +318,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/download-artifact@v2
with:
name: ubuntu-latest-3.6
path: /tmp/u36
- uses: actions/download-artifact@v2
with:
name: ubuntu-latest-3.7
Expand All @@ -347,7 +343,7 @@ jobs:
shell: bash
- name: Combined Deprecation Messages
run: |
sort -f -u /tmp/u36/nat.dep /tmp/u37/nat.dep /tmp/u38/nat.dep /tmp/u39/nat.dep /tmp/m38/nat.dep /tmp/w38/nat.dep || true
sort -f -u /tmp/u37/nat.dep /tmp/u38/nat.dep /tmp/u39/nat.dep /tmp/m38/nat.dep /tmp/w38/nat.dep || true
shell: bash
- name: Coverage combine
run: coverage3 combine /tmp/u37/nat.dat
Expand Down

0 comments on commit fa03581

Please sign in to comment.