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

Merge pull request #385 from pyiron/update_actions #1436

Merge pull request #385 from pyiron/update_actions

Merge pull request #385 from pyiron/update_actions #1436

Workflow file for this run

name: Pip check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2.2.0
with:
python-version: "3.11"
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
environment-file: .ci_support/environment-pypi-unit.yml
- name: Setup
shell: bash -l {0}
run: |
pip install --no-deps .
pip check