Skip to content

Commit e838dab

Browse files
TEMP: Try to get anything working on macos
1 parent 0f4f850 commit e838dab

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/code.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,35 +31,35 @@ jobs:
3131
volumes:
3232
- /opt/hostedtoolcache:/opt/hostedtoolcache
3333

34-
env:
35-
# https://github.com/pytest-dev/pytest/issues/2042
36-
PY_IGNORE_IMPORTMISMATCH: "1"
34+
# env:
35+
# # https://github.com/pytest-dev/pytest/issues/2042
36+
# PY_IGNORE_IMPORTMISMATCH: "1"
3737

3838
steps:
39-
- name: Checkout
40-
uses: actions/checkout@v4
41-
with:
42-
# Need this to get version number from last tag
43-
fetch-depth: 0
44-
45-
- name: Install python packages
46-
uses: ./.github/actions/install_requirements
47-
with:
48-
python_version: ${{ matrix.python }}
49-
requirements_file: requirements-test-${{ matrix.os }}-${{ matrix.python }}.txt
50-
install_options: ${{ matrix.install }}
51-
52-
- name: List dependency tree
53-
run: pipdeptree
39+
# - name: Checkout
40+
# uses: actions/checkout@v4
41+
# with:
42+
# # Need this to get version number from last tag
43+
# fetch-depth: 0
44+
45+
# - name: Install python packages
46+
# uses: ./.github/actions/install_requirements
47+
# with:
48+
# python_version: ${{ matrix.python }}
49+
# requirements_file: requirements-test-${{ matrix.os }}-${{ matrix.python }}.txt
50+
# install_options: ${{ matrix.install }}
51+
52+
# - name: List dependency tree
53+
# run: pipdeptree
5454

5555
- name: Run tests
5656
run: tox -e pytest
5757

58-
- name: Upload coverage to Codecov
59-
uses: codecov/codecov-action@v3
60-
with:
61-
name: ${{ matrix.python }}/${{ matrix.os }}
62-
files: cov.xml
58+
# - name: Upload coverage to Codecov
59+
# uses: codecov/codecov-action@v3
60+
# with:
61+
# name: ${{ matrix.python }}/${{ matrix.os }}
62+
# files: cov.xml
6363

6464
# dist:
6565
# if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository

0 commit comments

Comments
 (0)