#!/bin/sh

set -e

cd /tmp
python3 -c "import gdspy"

echo "done"
