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

chore(deps): bump cryptography from 42.0.4 to 43.0.3 #131

chore(deps): bump cryptography from 42.0.4 to 43.0.3

chore(deps): bump cryptography from 42.0.4 to 43.0.3 #131

Workflow file for this run

name: windows pytest
on: [push, workflow_dispatch]
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: latest
auto-update-conda: false
activate-environment: rctGCS
environment-file: conda-win-64-lock.yml
- name: Install dependencies
shell: powershell
run: |
conda activate rctGCS
python -m poetry install
- name: Execute tests
shell: powershell
run: |
conda activate rctGCS
python -m pytest tests