Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 2e08df5

Browse files
authored
Delete .circleci directory (#1179)
1 parent e4d0804 commit 2e08df5

File tree

2 files changed

+2
-55
lines changed

2 files changed

+2
-55
lines changed

.circleci/config.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
with:
3434
python-version: ${{ env[matrix.python-version] }}
3535
- name: Install tox
36-
run: pip install -U tox-factor
36+
# Pin tox 3 because of https://github.com/rpkilby/tox-factor/issues/18
37+
run: pip install -U tox==3.27.1 tox-factor
3738
- name: Cache tox environment
3839
uses: actions/cache@v2
3940
with:

0 commit comments

Comments
 (0)