Skip to content

Commit

Permalink
feat: Target srctools package at our fork
Browse files Browse the repository at this point in the history
We don't have any changes to it yet, but this way we're getting the latest and greatest, rather than just the old version on pip
  • Loading branch information
ozxybox committed Dec 21, 2024
1 parent 5439f0f commit fa951c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.10'

- name: Install srctools
run: python -m pip install srctools
run: python -m pip install git+https://github.com/StrataSource/srctools.git

- name: FGD build and folder copy
run: .\build.bat fgd all
Expand All @@ -41,7 +41,7 @@ jobs:
python-version: '3.10'

- name: Install srctools
run: python3 -m pip install srctools
run: python3 -m pip install git+https://github.com/StrataSource/srctools.git

- name: FGD build and folder copy
run: bash ./build.sh fgd all
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: '3.10'

- name: Install srctools
run: python -m pip install srctools
run: python -m pip install git+https://github.com/StrataSource/srctools.git

- name: FGD build and folder copy
run: .\build.bat fgd all
Expand Down

0 comments on commit fa951c9

Please sign in to comment.