Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
siboehm committed Jan 15, 2024
1 parent 5d64170 commit b4dc491
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,17 @@ jobs:

- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.11
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: '3.11'
mamba-version: "*"
channels: conda-forge,nodefaults
activate-environment: minetest
environment-file: environment.yml
use-only-tar-bz2: true
use-mamba: true

- name: Run pytest
shell: bash -x -l {0}
run: |
python -m pytest -v .
pytest -v
# Build with prometheus-cpp (server-only)
clang_9_prometheus:
Expand Down

0 comments on commit b4dc491

Please sign in to comment.