Skip to content

Update pytest requirement from <9.0,>=7.4 to >=7.4,<10.0 #63

Update pytest requirement from <9.0,>=7.4 to >=7.4,<10.0

Update pytest requirement from <9.0,>=7.4 to >=7.4,<10.0 #63

name: Deploy Conda Packages
on:
push:
branches: [ "master" ]
tags: '*'
pull_request:
branches: [ "master" ]
permissions:
contents: write
jobs:
ManyLinux_x86_64:
uses: MartinPdeS/MPSActions/.github/workflows/publish_compiled_package_to_anaconda.yml@master

Check failure on line 15 in .github/workflows/deploy_anaconda.yml

View workflow run for this annotation

GitHub Actions / Deploy Conda Packages

Invalid workflow file

The workflow is not valid. .github/workflows/deploy_anaconda.yml (Line: 15, Col: 11): Input python_versions is required, but not provided while calling. .github/workflows/deploy_anaconda.yml (Line: 15, Col: 11): Input os_list is required, but not provided while calling.
with:
python-versions: '["3.11", "3.12", "3.13"]'
apt-package: ""
secrets:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}