From f482b972347631240a5e04a6d3450530517f3bd1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Aug 2021 17:09:28 +0300 Subject: .ci/ -> test/ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29d41cc..8676b4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - name: Run tests - run: ./.ci/bin/main.sh + run: ./test/bin/main.sh publish_pypi: needs: [test] -- cgit v1.2.3