Skip to content

Commit e1e4d42

Browse files
dont pollute the freshly cleaned environment
1 parent fe54300 commit e1e4d42

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -73,44 +73,6 @@ jobs:
7373
- name: Find and remove old buckets
7474
if: ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
7575
run: nox -vs cleanup_old_buckets
76-
test:
77-
needs: cleanup_buckets
78-
env:
79-
B2_TEST_APPLICATION_KEY: ${{ secrets.B2_TEST_APPLICATION_KEY }}
80-
B2_TEST_APPLICATION_KEY_ID: ${{ secrets.B2_TEST_APPLICATION_KEY_ID }}
81-
runs-on: ${{ matrix.os }}
82-
strategy:
83-
fail-fast: false
84-
matrix:
85-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
86-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-beta.1", "pypy-3.7", "pypy-3.8"]
87-
exclude:
88-
- os: "macos-latest"
89-
python-version: "pypy-3.7"
90-
- os: "ubuntu-latest"
91-
python-version: "pypy-3.7"
92-
- os: "macos-latest"
93-
python-version: "pypy-3.8"
94-
- os: "windows-latest"
95-
python-version: "pypy-3.8"
96-
steps:
97-
- uses: actions/checkout@v2
98-
with:
99-
fetch-depth: 0
100-
- name: Set up Python ${{ matrix.python-version }}
101-
uses: actions/setup-python@v3
102-
with:
103-
python-version: ${{ matrix.python-version }}
104-
cache: "pip"
105-
- name: Install dependencies
106-
run: python -m pip install --upgrade nox pip setuptools
107-
- name: Run unit tests
108-
run: nox -vs unit
109-
env:
110-
SKIP_COVERAGE: ${{ startsWith(matrix.python-version, env.SKIP_COVERAGE_PYTHON_VERSION_PREFIX) }}
111-
- name: Run integration tests
112-
if: ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }}
113-
run: nox -vs integration -- --dont-cleanup-old-buckets
11476
doc:
11577
needs: build
11678
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)