Skip to content

Commit

Permalink
Switch to pytest in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Oct 30, 2023
1 parent e71c39c commit f2009dd
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 1,039 deletions.
2 changes: 1 addition & 1 deletion .github/actions/export-cupcake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ runs:
steps:
- name: export cupcake
shell: bash
run: conan create cupcake
run: conan export cupcake
4 changes: 3 additions & 1 deletion .github/actions/install-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ runs:
- name: install Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
# The `imp` module is removed in Python 3.12
# but required by Conan 1.x.
python-version: '3.11'
cache: pip
cache-dependency-path: .github/workflows/cache-python
- name: install Python packages
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ runs:
key: ${{ runner.os }}-${{ inputs.key }}
- name: install Conan
shell: bash
run: pip install wheel 'conan<2'
run: pip install wheel 'conan<2' poetry
227 changes: 0 additions & 227 deletions .github/workflows/nix-direct.yml

This file was deleted.

Loading

0 comments on commit f2009dd

Please sign in to comment.