Skip to content

Remove failing test-conda-forge-install.yml #874

Remove failing test-conda-forge-install.yml

Remove failing test-conda-forge-install.yml #874

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
# [macos-latest, macos-latest, windows-latest]
runs-on: ubuntu-latest
strategy:
# You can use PyPy versions in python-version.
# For example, pypy3.10
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
# You can test your matrix by printing the current Python version
- name: Display Python version
run: python --version
- name: Install dependencies
run: |
sudo apt install graphviz
pip install --upgrade pip
pip install --upgrade setuptools
python -m pip install -e ".[test]"
- name: Test with pytest
run: pytest -vs tests/ --cov causalml/
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy