Skip to content

Commit

Permalink
Vérifie l'interprétation des back slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandcha committed Nov 5, 2024
1 parent 3887668 commit 8e9755e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ jobs:
# voir https://github.com/conda-incubator/setup-miniconda/issues/128
shell: bash -l {0}
run: |
echo "mamba install --channel ${RUNNER_TEMP}\conda-bld\ --channel openfisca openfisca-france"
mamba install --channel ${RUNNER_TEMP}\conda-bld\ --channel openfisca openfisca-france
ls D:\a\
echo "mamba install --channel ${RUNNER_TEMP}\conda-bld --channel openfisca openfisca-france"
mamba install --channel ${RUNNER_TEMP}\\conda-bld --channel openfisca openfisca-france
echo "Test conda package..."
openfisca test tests/formulas/irpp.yaml
openfisca test tests\\formulas\\irpp.yaml
- name: Test openfisca-france conda package
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 8e9755e

Please sign in to comment.