Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Oct 28, 2021
2 parents 444aea7 + b2ba193 commit 411b16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:

# Install geedim from Test PyPI and test CLI
test:
needs: deploy
needs: publish
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
python-version: ['3.x'] #[ 3.6, 3.7, 3.8, 3.9 ]
python-version: ['3.9'] #[ 3.6, 3.7, 3.8, 3.9 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 411b16c

Please sign in to comment.