Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,39 +22,3 @@ jobs:
run: python -m pip install --upgrade pip setuptools wheel oslg openstudio
- name: Run unit tests
run: python -m unittest
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsuccessful in pulling more than one OpenStudio SDK package/module. Sticking to latest version for now.


test_osut_ubuntu_latest_openstudio_361:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.x"]

steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install --upgrade pip setuptools wheel oslg openstudio==3.6.1
- name: Run unit tests
run: python -m unittest

test_osut_ubuntu_latest_openstudio_321:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.x"]

steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install --upgrade pip setuptools wheel oslg openstudio==3.2.1
- name: Run unit tests
run: python -m unittest