Skip to content

Commit

Permalink
Fix testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous authored Feb 6, 2024
1 parent c03e838 commit 775753a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install CDF library on Ubuntu
run: |
wget https://sdc-aws-support.s3.amazonaws.com/cdf-binaries/latest-cdf.zip
unzip latest-cdf.zip
echo "CDF_LIB=/cdf/lib" >> $GITHUB_ENV
# Set up Python 3.10 to match the version of Python used in AWS Lambda
- name: Set up Python 10
uses: actions/setup-python@v3
Expand Down

0 comments on commit 775753a

Please sign in to comment.