Skip to content

Commit 7fbf1a2

Browse files
committed
Removes OpenStudio as dependency (redux)
1 parent 7a35d64 commit 7fbf1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.10.0
4747
docker exec -t test pwd
4848
docker exec -t test ls
49-
docker python -m unittest
49+
docker exec -t python -m unittest
5050
docker kill test

0 commit comments

Comments
 (0)