Skip to content

Commit

Permalink
Update validation-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JBris authored Mar 25, 2024
1 parent 654260d commit c5ab7aa
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/validation-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,25 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

- name: Install Python 3
uses: actions/setup-python@v1
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: 3.11

python-version: '3.9'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
pip install --no-cache-dir -r requirements.txt
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore

Expand Down

0 comments on commit c5ab7aa

Please sign in to comment.