Skip to content

Commit

Permalink
ci(gitlab): Try again with other python installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jan 5, 2024
1 parent a171ed1 commit 161ae12
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
variables:
VSIM: questa-2023.4 vsim
BENDER: bender
PYTHON: /home/fischeti/micromamba/bin/python
FLOOGEN: $PYTHON -m floogen
CONDA: /usr/local/anaconda3/bin/conda

PYTHON: /home/fischeti/micromamba/envs/floo/bin/python

before_script:
- $PYTHON -m venv .venv
- source .venv/bin/activate
- pip install .

stages:
- sources
Expand Down

0 comments on commit 161ae12

Please sign in to comment.