use a fixture for mss_dir to set a different path for tests #3522
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Gallery | |
| on: | |
| pull_request: | |
| jobs: | |
| Test-MSS-docs: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 | |
| - uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3 | |
| with: | |
| pixi-version: latest | |
| cache: true | |
| environments: dev | |
| - name: Create gallery | |
| timeout-minutes: 5 | |
| run: | | |
| cd docs | |
| pixi run -e dev python conf.py |