Skip to content

Commit

Permalink
build(ci): remove tests for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Jan 1, 2021
1 parent ac84cd1 commit 70d14ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ jobs:
name: Unit tests

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7]

steps:
- uses: actions/checkout@v2
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.7
- name: install radiance
run: |
wget https://ladybug-tools-releases.nyc3.digitaloceanspaces.com/Radiance_5.3a.fc2a2610_Linux.zip
Expand Down

0 comments on commit 70d14ef

Please sign in to comment.