From 8882e5fc6c0601d68aca9e42b347799a06433721 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 01:25:40 +0300 Subject: workflows/basic: run `pip install .` --- .github/workflows/basic.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 0376990..5424c39 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -96,6 +96,8 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3 + - name: Verify package can be installed + run: python3 -m pip install . - name: Install tools run: python3 -m pip install --upgrade build - name: Build package -- cgit v1.2.3