Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

build: update kiara dependency to 0.5.6 #288

build: update kiara dependency to 0.5.6

build: update kiara dependency to 0.5.6 #288

Workflow file for this run

name: "windows tests for 'kiara_plugin.network_analysis'"
# This workflow is triggered on pushes to the repository.
on: [push]
jobs:
test-windows:
name: pytest on windows
runs-on: windows-latest
strategy:
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: "Set up Python ${{ matrix.python_version }}"
uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python_version }}"
- uses: actions/checkout@v3
- name: install kiara_plugin.network_analysis
run: pip install -U --extra-index-url https://pypi.fury.io/dharpa/ .[all,dev_testing]
- name: Test with pytest
run: make test