Test a different ref scheme

This commit is contained in:
Griatch 2020-05-25 22:37:23 +02:00
parent 345c91e35a
commit 4e30fcdc58

View file

@ -70,7 +70,7 @@ jobs:
pip install -e .
- name: Install extra dependencies # Only develop branch right now
if: ${{ github.ref == 'refs/heads/develop' }}
if: ${{ github.ref == 'ref/head/develop' }}
run: pip install -r requirements_extra.txt
- name: Install and initialize evennia