8000 :arrow_up: Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 · jawah/niquests@ac0d2a2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

⬆️ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 #69

⬆️ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0

⬆️ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 #69

name: Test with Cohabitation
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: ci-cohabitation-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Set up Python 3.11
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: 3.11
cache: 'pip'
- name: Install dependencies
run: |
pip install nox
- name: Run tests
run: |
nox -s "test_cohabitation"
0