From 1a53ab9089097a7172ebb614cf8ca60d169e68c0 Mon Sep 17 00:00:00 2001 From: Kelvin Rodriguez <krodriguez@usgs.gov> Date: Tue, 5 Dec 2023 15:43:36 -0700 Subject: [PATCH] Update ci_testing.yml --- .github/workflows/ci_testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml index b71b8e9..cd04768 100644 --- a/.github/workflows/ci_testing.yml +++ b/.github/workflows/ci_testing.yml @@ -23,7 +23,7 @@ jobs: python-version: '3.10' - name: Install Python Packages run: | - pip install -r requirements.yml + pip install -r requirements.txt - name: Build Website run: | mkdocs build @@ -47,7 +47,7 @@ jobs: python-version: '3.10' - name: Install Python Packages run: | - pip install -r requirements.yml + pip install -r requirements.txt npm i gramma -g - name: Build Website run: | @@ -71,7 +71,7 @@ jobs: python-version: '3.10' - name: Install Python Packages run: | - pip install -r requirements.yml + pip install -r requirements.txt - name: Build Website run: | mkdocs build -- GitLab