Skip to content

Commit

Permalink
forgot to setup env
Browse files Browse the repository at this point in the history
  • Loading branch information
siboehm committed Jan 15, 2024
1 parent b4dc491 commit 26dec11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ jobs:
channels: conda-forge,nodefaults
activate-environment: minetest
environment-file: environment.yml

- name: Setup Minetest env
shell: bash -x -l {0}
run: |
pushd python && pip install -e . && popd
- name: Run pytest
shell: bash -x -l {0}
Expand Down

0 comments on commit 26dec11

Please sign in to comment.