Skip to content

Commit

Permalink
Setup compile for github
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Feb 9, 2024
1 parent c471171 commit aea2985
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
activate-environment: dev
environment-file: ./environment_dev.yaml
python-version: ${{ matrix.python-version }}
- run: |
pip install .
- run: |
ls
pwd
which python
conda info
- run: make compile python=python
- run: pip install -e .
- run: make test python=python
- run: make format python=python

0 comments on commit aea2985

Please sign in to comment.